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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 'action_name': 'generate_google_chrome_strings', | 270 'action_name': 'generate_google_chrome_strings', |
271 'variables': { | 271 'variables': { |
272 'grit_grd_file': 'app/google_chrome_strings.grd', | 272 'grit_grd_file': 'app/google_chrome_strings.grd', |
273 }, | 273 }, |
274 'includes': [ '../build/grit_action.gypi' ], | 274 'includes': [ '../build/grit_action.gypi' ], |
275 }, | 275 }, |
276 ], | 276 ], |
277 'includes': [ '../build/grit_target.gypi' ], | 277 'includes': [ '../build/grit_target.gypi' ], |
278 }, | 278 }, |
279 { | 279 { |
| 280 # GN version: //chrome/app:make_generated_resources_map |
280 'target_name': 'chrome_strings_map', | 281 'target_name': 'chrome_strings_map', |
281 'type': 'none', | 282 'type': 'none', |
282 'dependencies': [ 'chrome_strings', ], | 283 'dependencies': [ 'chrome_strings', ], |
283 'actions': [ | 284 'actions': [ |
284 { | 285 { |
285 'action_name': 'generate_resources_map', | 286 'action_name': 'generate_resources_map', |
286 'inputs': [ | 287 'inputs': [ |
287 '<(grit_out_dir)/grit/generated_resources.h' | 288 '<(grit_out_dir)/grit/generated_resources.h' |
288 ], | 289 ], |
289 'outputs': [ | 290 'outputs': [ |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
503 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_200_percent.pak', | 504 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_200_percent.pak', |
504 ], | 505 ], |
505 }, | 506 }, |
506 ], | 507 ], |
507 }], | 508 }], |
508 ], # conditions | 509 ], # conditions |
509 }], # end OS != "mac" and OS != "ios" | 510 }], # end OS != "mac" and OS != "ios" |
510 ], # conditions | 511 ], # conditions |
511 }, | 512 }, |
512 { | 513 { |
| 514 # GN version: //chrome/app/theme:chrome_unscaled_resources |
513 'target_name': 'chrome_unscaled_resources', | 515 'target_name': 'chrome_unscaled_resources', |
514 'type': 'none', | 516 'type': 'none', |
515 'actions': [ | 517 'actions': [ |
516 { | 518 { |
517 'action_name': 'generate_chrome_unscaled_resources', | 519 'action_name': 'generate_chrome_unscaled_resources', |
518 'variables': { | 520 'variables': { |
519 'grit_grd_file': 'app/theme/chrome_unscaled_resources.grd', | 521 'grit_grd_file': 'app/theme/chrome_unscaled_resources.grd', |
520 }, | 522 }, |
521 'includes': [ '../build/grit_action.gypi' ], | 523 'includes': [ '../build/grit_action.gypi' ], |
522 }, | 524 }, |
(...skipping 22 matching lines...) Expand all Loading... |
545 '<(generator_path)', | 547 '<(generator_path)', |
546 'credits', | 548 'credits', |
547 '<(about_credits_file)', | 549 '<(about_credits_file)', |
548 ], | 550 ], |
549 'message': 'Generating about:credits', | 551 'message': 'Generating about:credits', |
550 }, | 552 }, |
551 ], | 553 ], |
552 }, | 554 }, |
553 ], # targets | 555 ], # targets |
554 } | 556 } |
OLD | NEW |