1 # Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 # GN version: //ui/oobe:resources
9 'target_name': 'oobe_resources',
12 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/oobe',
16 'action_name': 'oobe_resources',
18 'grit_grd_file': 'oobe_resources.grd',
20 'includes': [ '../../build/grit_action.gypi' ],
23 'includes': [ '../../build/grit_target.gypi' ],
26 'destination': '<(PRODUCT_DIR)',
28 '<(grit_out_dir)/oobe_resources.pak',
35 'declaration_file': 'declarations/oobe.json',
37 'includes': ['../../components/webui_generator/generator/wug.gypi'],
40 # GN version: //ui/oobe
41 'target_name': 'oobe',
42 'type': '<(component)',
47 '<(DEPTH)/base/base.gyp:base',
48 '<(DEPTH)/content/content.gyp:content_browser',
49 '<(DEPTH)/components/components.gyp:webui_generator',
54 '<(SHARED_INTERMEDIATE_DIR)/ui/oobe/grit/oobe_resources_map.cc',
59 'export_dependent_settings': [
60 '<(DEPTH)/content/content.gyp:content_browser',