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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 'includes': [ '../build/grit_action.gypi' ], | 93 'includes': [ '../build/grit_action.gypi' ], |
94 }, | 94 }, |
95 { | 95 { |
96 # GN version: //chrome/browser/resources:options_resources | 96 # GN version: //chrome/browser/resources:options_resources |
97 'action_name': 'generate_options_resources', | 97 'action_name': 'generate_options_resources', |
98 'variables': { | 98 'variables': { |
99 'grit_grd_file': 'browser/resources/options_resources.grd', | 99 'grit_grd_file': 'browser/resources/options_resources.grd', |
100 }, | 100 }, |
101 'includes': [ '../build/grit_action.gypi' ], | 101 'includes': [ '../build/grit_action.gypi' ], |
102 }, | 102 }, |
| 103 { |
| 104 # GN version: //chrome/browser/resources:settings_resources |
| 105 'action_name': 'generate_settings_resources', |
| 106 'variables': { |
| 107 'grit_grd_file': 'browser/resources/settings/settings_resources.
grd', |
| 108 }, |
| 109 'includes': [ '../build/grit_action.gypi' ], |
| 110 }, |
103 ], | 111 ], |
104 'copies': [ | 112 'copies': [ |
105 { | 113 { |
106 # GN version: //chrome/browser/resources:extension_resource_demo | 114 # GN version: //chrome/browser/resources:extension_resource_demo |
107 'destination': '<(PRODUCT_DIR)/resources/extension/demo', | 115 'destination': '<(PRODUCT_DIR)/resources/extension/demo', |
108 'files': [ | 116 'files': [ |
109 'browser/resources/extension_resource/demo/library.js', | 117 'browser/resources/extension_resource/demo/library.js', |
110 ], | 118 ], |
111 }, | 119 }, |
112 ], | 120 ], |
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
612 '<(generator_path)', | 620 '<(generator_path)', |
613 'credits', | 621 'credits', |
614 '<(about_credits_file)', | 622 '<(about_credits_file)', |
615 ], | 623 ], |
616 'message': 'Generating about:credits', | 624 'message': 'Generating about:credits', |
617 }, | 625 }, |
618 ], | 626 ], |
619 }, | 627 }, |
620 ], # targets | 628 ], # targets |
621 } | 629 } |
OLD | NEW |