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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 'conditions': [ |
| 118 # TODO(dtseng): Remove use_chromevox_next once ChromeVox Next is rea
dy for testing. |
| 119 ['use_chromevox_next==1', { |
| 120 'dependencies': [ |
| 121 'browser/resources/chromeos/chromevox2/chromevox.gyp:chromevox2_
resources', |
| 122 ], |
| 123 }], |
| 124 ], |
117 'copies' : [ | 125 'copies' : [ |
118 { | 126 { |
119 'destination': '<(PRODUCT_DIR)/resources/chromeos/braille_ime', | 127 'destination': '<(PRODUCT_DIR)/resources/chromeos/braille_ime', |
120 'files': [ | 128 'files': [ |
121 'browser/resources/chromeos/braille_ime/manifest.json', | 129 'browser/resources/chromeos/braille_ime/manifest.json', |
122 ], | 130 ], |
123 }, | 131 }, |
124 ], | 132 ], |
125 'dependencies': [ | 133 'dependencies': [ |
126 'browser/resources/chromeos/chromevox/chromevox.gyp:chromevox_resour
ces', | 134 'browser/resources/chromeos/chromevox/chromevox.gyp:chromevox_resour
ces', |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
531 '<(generator_path)', | 539 '<(generator_path)', |
532 'credits', | 540 'credits', |
533 '<(about_credits_file)', | 541 '<(about_credits_file)', |
534 ], | 542 ], |
535 'message': 'Generating about:credits', | 543 'message': 'Generating about:credits', |
536 }, | 544 }, |
537 ], | 545 ], |
538 }, | 546 }, |
539 ], # targets | 547 ], # targets |
540 } | 548 } |
OLD | NEW |