| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 'includes': [ '../build/grit_target.gypi' ], | 77 'includes': [ '../build/grit_target.gypi' ], |
| 78 'conditions': [ | 78 'conditions': [ |
| 79 ['OS != "ios"', { | 79 ['OS != "ios"', { |
| 80 'dependencies': [ | 80 'dependencies': [ |
| 81 '../components/components_resources.gyp:components_resources', | 81 '../components/components_resources.gyp:components_resources', |
| 82 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc
es', | 82 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc
es', |
| 83 '../content/browser/tracing/tracing_resources.gyp:tracing_resources'
, | 83 '../content/browser/tracing/tracing_resources.gyp:tracing_resources'
, |
| 84 ], | 84 ], |
| 85 'actions': [ | 85 'actions': [ |
| 86 { | 86 { |
| 87 # GN version: //chrome/browser/resources:component_extension_resou
rces | |
| 88 'action_name': 'generate_component_extension_resources', | 87 'action_name': 'generate_component_extension_resources', |
| 89 'variables': { | 88 'variables': { |
| 90 'grit_grd_file': 'browser/resources/component_extension_resource
s.grd', | 89 'grit_grd_file': 'browser/resources/component_extension_resource
s.grd', |
| 91 }, | 90 }, |
| 92 'includes': [ '../build/grit_action.gypi' ], | 91 'includes': [ '../build/grit_action.gypi' ], |
| 93 }, | 92 }, |
| 94 { | 93 { |
| 95 # GN version: //chrome/browser/resources:options_resources | |
| 96 'action_name': 'generate_options_resources', | 94 'action_name': 'generate_options_resources', |
| 97 'variables': { | 95 'variables': { |
| 98 'grit_grd_file': 'browser/resources/options_resources.grd', | 96 'grit_grd_file': 'browser/resources/options_resources.grd', |
| 99 }, | 97 }, |
| 100 'includes': [ '../build/grit_action.gypi' ], | 98 'includes': [ '../build/grit_action.gypi' ], |
| 101 }, | 99 }, |
| 102 { | 100 { |
| 103 # GN version: //chrome/browser/resources:quota_internals_resources | |
| 104 'action_name': 'generate_quota_internals_resources', | 101 'action_name': 'generate_quota_internals_resources', |
| 105 'variables': { | 102 'variables': { |
| 106 'grit_grd_file': 'browser/resources/quota_internals_resources.gr
d', | 103 'grit_grd_file': 'browser/resources/quota_internals_resources.gr
d', |
| 107 }, | 104 }, |
| 108 'includes': [ '../build/grit_action.gypi' ], | 105 'includes': [ '../build/grit_action.gypi' ], |
| 109 }, | 106 }, |
| 110 { | 107 { |
| 111 # GN version: //chrome/browser/resources:sync_file_system_internal
s_resources | |
| 112 'action_name': 'generate_sync_file_system_internals_resources', | 108 'action_name': 'generate_sync_file_system_internals_resources', |
| 113 'variables': { | 109 'variables': { |
| 114 'grit_grd_file': 'browser/resources/sync_file_system_internals_r
esources.grd', | 110 'grit_grd_file': 'browser/resources/sync_file_system_internals_r
esources.grd', |
| 115 }, | 111 }, |
| 116 'includes': [ '../build/grit_action.gypi' ], | 112 'includes': [ '../build/grit_action.gypi' ], |
| 117 }, | 113 }, |
| 118 ], | 114 ], |
| 119 'copies': [ | 115 'copies': [ |
| 120 { | 116 { |
| 121 # GN version: //chrome/browser/resources:extension_resource_demo | |
| 122 'destination': '<(PRODUCT_DIR)/resources/extension/demo', | 117 'destination': '<(PRODUCT_DIR)/resources/extension/demo', |
| 123 'files': [ | 118 'files': [ |
| 124 'browser/resources/extension_resource/demo/library.js', | 119 'browser/resources/extension_resource/demo/library.js', |
| 125 ], | 120 ], |
| 126 }, | 121 }, |
| 127 ], | 122 ], |
| 128 }], | 123 }], |
| 129 ['chromeos==1 and disable_nacl==0 and disable_nacl_untrusted==0', { | 124 ['chromeos==1 and disable_nacl==0 and disable_nacl_untrusted==0', { |
| 130 'conditions': [ | 125 'conditions': [ |
| 131 # TODO(dtseng): Remove use_chromevox_next once ChromeVox Next is rea
dy for testing. | 126 # TODO(dtseng): Remove use_chromevox_next once ChromeVox Next is rea
dy for testing. |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 '<(generator_path)', | 548 '<(generator_path)', |
| 554 'credits', | 549 'credits', |
| 555 '<(about_credits_file)', | 550 '<(about_credits_file)', |
| 556 ], | 551 ], |
| 557 'message': 'Generating about:credits', | 552 'message': 'Generating about:credits', |
| 558 }, | 553 }, |
| 559 ], | 554 ], |
| 560 }, | 555 }, |
| 561 ], # targets | 556 ], # targets |
| 562 } | 557 } |
| OLD | NEW |