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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 }, | 532 }, |
533 { | 533 { |
534 # GN version: //chrome/app/theme:chrome_unscaled_resources | 534 # GN version: //chrome/app/theme:chrome_unscaled_resources |
535 'target_name': 'chrome_unscaled_resources', | 535 'target_name': 'chrome_unscaled_resources', |
536 'type': 'none', | 536 'type': 'none', |
537 'actions': [ | 537 'actions': [ |
538 { | 538 { |
539 'action_name': 'generate_chrome_unscaled_resources', | 539 'action_name': 'generate_chrome_unscaled_resources', |
540 'variables': { | 540 'variables': { |
541 'grit_grd_file': 'app/theme/chrome_unscaled_resources.grd', | 541 'grit_grd_file': 'app/theme/chrome_unscaled_resources.grd', |
| 542 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome/app/theme/', |
542 }, | 543 }, |
543 'includes': [ '../build/grit_action.gypi' ], | 544 'includes': [ '../build/grit_action.gypi' ], |
544 }, | 545 }, |
545 ], | 546 ], |
546 'includes': [ '../build/grit_target.gypi' ], | |
547 }, | 547 }, |
548 { | 548 { |
549 # GN version: //chrome/browser:about_credits | 549 # GN version: //chrome/browser:about_credits |
550 'target_name': 'about_credits', | 550 'target_name': 'about_credits', |
551 'type': 'none', | 551 'type': 'none', |
552 'actions': [ | 552 'actions': [ |
553 { | 553 { |
554 'variables': { | 554 'variables': { |
555 'generator_path': '../tools/licenses.py', | 555 'generator_path': '../tools/licenses.py', |
556 }, | 556 }, |
(...skipping 10 matching lines...) Expand all Loading... |
567 '<(generator_path)', | 567 '<(generator_path)', |
568 'credits', | 568 'credits', |
569 '<(about_credits_file)', | 569 '<(about_credits_file)', |
570 ], | 570 ], |
571 'message': 'Generating about:credits', | 571 'message': 'Generating about:credits', |
572 }, | 572 }, |
573 ], | 573 ], |
574 }, | 574 }, |
575 ], # targets | 575 ], # targets |
576 } | 576 } |
OLD | NEW |