| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 }, | 105 }, |
| 106 ], | 106 ], |
| 107 'copies': [ | 107 'copies': [ |
| 108 { | 108 { |
| 109 'destination': '<(PRODUCT_DIR)/resources/extension/demo', | 109 'destination': '<(PRODUCT_DIR)/resources/extension/demo', |
| 110 'files': [ | 110 'files': [ |
| 111 'browser/resources/extension_resource/demo/library.js', | 111 'browser/resources/extension_resource/demo/library.js', |
| 112 ], | 112 ], |
| 113 }, | 113 }, |
| 114 ], | 114 ], |
| 115 }], | 115 }], |
| 116 ['chromeos==1 and disable_nacl==0 and disable_nacl_untrusted==0', { | 116 ['chromeos==1 and disable_nacl==0 and disable_nacl_untrusted==0', { |
| 117 'copies' : [ | 117 'conditions': [ |
| 118 { | 118 ['use_chromevox_next==1', { |
| 119 'destination': '<(PRODUCT_DIR)/resources/chromeos/braille_ime', | 119 'dependencies': [ |
| 120 'files': [ | 120 'browser/resources/chromeos/chromevox_next/chromevox.gyp:chromev
ox_resources', |
| 121 'browser/resources/chromeos/braille_ime/manifest.json', | 121 'chromevox_strings', |
| 122 ], | 122 ], |
| 123 }, | 123 }, { # use_chromevox_next==0 |
| 124 ], | 124 'copies' : [ |
| 125 'dependencies': [ | 125 { |
| 126 '../chrome/third_party/chromevox/chromevox.gyp:chromevox_resources', | 126 'destination': '<(PRODUCT_DIR)/resources/chromeos/braille_ime'
, |
| 127 'chromevox_strings', | 127 'files': [ |
| 128 'browser/resources/chromeos/braille_ime/manifest.json', |
| 129 ], |
| 130 }, |
| 131 ], |
| 132 'dependencies': [ |
| 133 '../chrome/third_party/chromevox/chromevox.gyp:chromevox_resourc
es', |
| 134 'chromevox_strings', |
| 135 ], |
| 136 }], |
| 128 ], | 137 ], |
| 129 }], | 138 }], |
| 130 ], | 139 ], |
| 131 }, | 140 }, |
| 132 { | 141 { |
| 133 'target_name': 'chrome_internal_resources_gen', | 142 'target_name': 'chrome_internal_resources_gen', |
| 134 'type': 'none', | 143 'type': 'none', |
| 135 'conditions': [ | 144 'conditions': [ |
| 136 ['branding=="Chrome"', { | 145 ['branding=="Chrome"', { |
| 137 'actions': [ | 146 'actions': [ |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/resources/chromeos/chrom
evox', | 536 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/resources/chromeos/chrom
evox', |
| 528 # We don't generate any RC files, so no resource_ds file is needed. | 537 # We don't generate any RC files, so no resource_ds file is needed. |
| 529 'grit_resource_ids': '', | 538 'grit_resource_ids': '', |
| 530 }, | 539 }, |
| 531 'includes': [ '../build/grit_action.gypi' ], | 540 'includes': [ '../build/grit_action.gypi' ], |
| 532 }, | 541 }, |
| 533 ], | 542 ], |
| 534 }, | 543 }, |
| 535 ], # targets | 544 ], # targets |
| 536 } | 545 } |
| OLD | NEW |