OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'includes': [ | 5 'includes': [ |
6 'chrome_features.gypi', | 6 'chrome_features.gypi', |
7 ], | 7 ], |
8 'variables': { | 8 'variables': { |
9 # Apply Chrome-specific grit settings to all grit actions in this file. | 9 # Apply Chrome-specific grit settings to all grit actions in this file. |
10 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 10 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 'includes': [ '../build/grit_action.gypi' ], | 78 'includes': [ '../build/grit_action.gypi' ], |
79 }, | 79 }, |
80 ], | 80 ], |
81 'includes': [ '../build/grit_target.gypi' ], | 81 'includes': [ '../build/grit_target.gypi' ], |
82 'conditions': [ | 82 'conditions': [ |
83 ['OS != "ios"', { | 83 ['OS != "ios"', { |
84 'dependencies': [ | 84 'dependencies': [ |
85 '../components/components_resources.gyp:components_resources', | 85 '../components/components_resources.gyp:components_resources', |
86 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc
es', | 86 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc
es', |
87 '../content/browser/tracing/tracing_resources.gyp:tracing_resources'
, | 87 '../content/browser/tracing/tracing_resources.gyp:tracing_resources'
, |
88 'browser/devtools/webrtc_device_provider_resources.gyp:webrtc_device
_provider_resources', | |
89 ], | 88 ], |
90 'actions': [ | 89 'actions': [ |
91 { | 90 { |
92 # GN version: //chrome/browser/resources:component_extension_resou
rces | 91 # GN version: //chrome/browser/resources:component_extension_resou
rces |
93 'action_name': 'generate_component_extension_resources', | 92 'action_name': 'generate_component_extension_resources', |
94 'variables': { | 93 'variables': { |
95 'grit_grd_file': 'browser/resources/component_extension_resource
s.grd', | 94 'grit_grd_file': 'browser/resources/component_extension_resource
s.grd', |
96 }, | 95 }, |
97 'includes': [ '../build/grit_action.gypi' ], | 96 'includes': [ '../build/grit_action.gypi' ], |
98 }, | 97 }, |
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak', | 702 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak', |
704 ], | 703 ], |
705 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak', | 704 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak', |
706 }, | 705 }, |
707 'includes': [ '../build/repack_action.gypi' ], | 706 'includes': [ '../build/repack_action.gypi' ], |
708 }, | 707 }, |
709 ], | 708 ], |
710 }, | 709 }, |
711 ], # targets | 710 ], # targets |
712 } | 711 } |
OLD | NEW |