| 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 # Apply Chrome-specific grit settings to all of this file. | 6 # Apply Chrome-specific grit settings to all of this file. |
| 7 # The advantage is that one entry here applies to the entire file. | 7 # The advantage is that one entry here applies to the entire file. |
| 8 # The caveat is these variables cannot be merged with other variable | 8 # The caveat is these variables cannot be merged with other variable |
| 9 # dictionaries in more inner scopes. If the variable should be merged, | 9 # dictionaries in more inner scopes. If the variable should be merged, |
| 10 # consider putting them in a gypi file and including it at the right scope | 10 # consider putting them in a gypi file and including it at the right scope |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 # to run grit would list its own .grd files, but unfortunately some | 171 # to run grit would list its own .grd files, but unfortunately some |
| 172 # of the static libraries currently have circular dependencies among | 172 # of the static libraries currently have circular dependencies among |
| 173 # generated headers. | 173 # generated headers. |
| 174 # | 174 # |
| 175 # GN version: //chrome:resources | 175 # GN version: //chrome:resources |
| 176 'target_name': 'chrome_resources', | 176 'target_name': 'chrome_resources', |
| 177 'type': 'none', | 177 'type': 'none', |
| 178 'dependencies': [ | 178 'dependencies': [ |
| 179 'chrome_internal_resources_gen', | 179 'chrome_internal_resources_gen', |
| 180 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', | 180 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', |
| 181 '../url/url.gyp:url_interfaces_mojom', |
| 181 ], | 182 ], |
| 182 'actions': [ | 183 'actions': [ |
| 183 { | 184 { |
| 184 # GN version: //chrome/browser:resources | 185 # GN version: //chrome/browser:resources |
| 185 'action_name': 'generate_browser_resources', | 186 'action_name': 'generate_browser_resources', |
| 186 'variables': { | 187 'variables': { |
| 187 'grit_grd_file': 'browser/browser_resources.grd', | 188 'grit_grd_file': 'browser/browser_resources.grd', |
| 188 'grit_additional_defines': [ | 189 'grit_additional_defines': [ |
| 189 '-E', 'additional_modules_list_file=<(additional_modules_list_file
)', | 190 '-E', 'additional_modules_list_file=<(additional_modules_list_file
)', |
| 190 '-E', 'root_gen_dir=<(SHARED_INTERMEDIATE_DIR)', | 191 '-E', 'root_gen_dir=<(SHARED_INTERMEDIATE_DIR)', |
| (...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak', | 727 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak', |
| 727 ], | 728 ], |
| 728 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak', | 729 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak', |
| 729 }, | 730 }, |
| 730 'includes': [ '../build/repack_action.gypi' ], | 731 'includes': [ '../build/repack_action.gypi' ], |
| 731 }, | 732 }, |
| 732 ], | 733 ], |
| 733 }, | 734 }, |
| 734 ], # targets | 735 ], # targets |
| 735 } | 736 } |
| OLD | NEW |