| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 }, | 276 }, |
| 277 { | 277 { |
| 278 # GN version: //chrome/app:google_chrome_strings | 278 # GN version: //chrome/app:google_chrome_strings |
| 279 'action_name': 'generate_google_chrome_strings', | 279 'action_name': 'generate_google_chrome_strings', |
| 280 'variables': { | 280 'variables': { |
| 281 'grit_grd_file': 'app/google_chrome_strings.grd', | 281 'grit_grd_file': 'app/google_chrome_strings.grd', |
| 282 }, | 282 }, |
| 283 'includes': [ '../build/grit_action.gypi' ], | 283 'includes': [ '../build/grit_action.gypi' ], |
| 284 }, | 284 }, |
| 285 ], | 285 ], |
| 286 'includes': [ '../build/grit_target.gypi' ], | |
| 287 }, | 286 }, |
| 288 { | 287 { |
| 289 # GN version: //chrome/app:make_generated_resources_map | 288 # GN version: //chrome/app:make_generated_resources_map |
| 290 'target_name': 'chrome_strings_map', | 289 'target_name': 'chrome_strings_map', |
| 291 'type': 'none', | 290 'type': 'none', |
| 292 'dependencies': [ 'chrome_strings', ], | 291 'dependencies': [ 'chrome_strings', ], |
| 293 'actions': [ | 292 'actions': [ |
| 294 { | 293 { |
| 295 'action_name': 'generate_resources_map', | 294 'action_name': 'generate_resources_map', |
| 296 'inputs': [ | 295 'inputs': [ |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 '<(generator_path)', | 567 '<(generator_path)', |
| 569 'credits', | 568 'credits', |
| 570 '<(about_credits_file)', | 569 '<(about_credits_file)', |
| 571 ], | 570 ], |
| 572 'message': 'Generating about:credits', | 571 'message': 'Generating about:credits', |
| 573 }, | 572 }, |
| 574 ], | 573 ], |
| 575 }, | 574 }, |
| 576 ], # targets | 575 ], # targets |
| 577 } | 576 } |
| OLD | NEW |