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 'variables': { | 5 'variables': { |
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', | 7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', |
8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i
nternal/additional_modules_list.txt', | 8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i
nternal/additional_modules_list.txt', |
9 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om
nibox/omnibox.mojom.js', | 9 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om
nibox/omnibox.mojom.js', |
10 }, | 10 }, |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'includes': [ '../build/grit_action.gypi' ], | 74 'includes': [ '../build/grit_action.gypi' ], |
75 }, | 75 }, |
76 ], | 76 ], |
77 'includes': [ '../build/grit_target.gypi' ], | 77 'includes': [ '../build/grit_target.gypi' ], |
78 'conditions': [ | 78 'conditions': [ |
79 ['OS != "ios"', { | 79 ['OS != "ios"', { |
80 'dependencies': [ | 80 'dependencies': [ |
81 '../components/components_resources.gyp:components_resources', | 81 '../components/components_resources.gyp:components_resources', |
82 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc
es', | 82 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc
es', |
83 '../content/browser/tracing/tracing_resources.gyp:tracing_resources'
, | 83 '../content/browser/tracing/tracing_resources.gyp:tracing_resources'
, |
| 84 'browser/devtools/webrtc_device_provider_resources.gyp:webrtc_device
_provider_resources', |
84 ], | 85 ], |
85 'actions': [ | 86 'actions': [ |
86 { | 87 { |
87 # GN version: //chrome/browser/resources:component_extension_resou
rces | 88 # GN version: //chrome/browser/resources:component_extension_resou
rces |
88 'action_name': 'generate_component_extension_resources', | 89 'action_name': 'generate_component_extension_resources', |
89 'variables': { | 90 'variables': { |
90 'grit_grd_file': 'browser/resources/component_extension_resource
s.grd', | 91 'grit_grd_file': 'browser/resources/component_extension_resource
s.grd', |
91 }, | 92 }, |
92 'includes': [ '../build/grit_action.gypi' ], | 93 'includes': [ '../build/grit_action.gypi' ], |
93 }, | 94 }, |
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 '<(generator_path)', | 615 '<(generator_path)', |
615 'credits', | 616 'credits', |
616 '<(about_credits_file)', | 617 '<(about_credits_file)', |
617 ], | 618 ], |
618 'message': 'Generating about:credits', | 619 'message': 'Generating about:credits', |
619 }, | 620 }, |
620 ], | 621 ], |
621 }, | 622 }, |
622 ], # targets | 623 ], # targets |
623 } | 624 } |
OLD | NEW |