| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 5 { |
| 6 'conditions': [ | 6 'conditions': [ |
| 7 ['chromeos==1', { | 7 ['chromeos==1', { |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'chromevox_third_party_resources', | 10 'target_name': 'chromevox_third_party_resources', |
| 11 'type': 'none', | 11 'type': 'none', |
| 12 'copies': [ | 12 'copies': [ |
| 13 # TODO(plundblad): Some of these css files are forks of | 13 # TODO(plundblad): Some of these css files are forks of |
| 14 # cs from Chrome's web ui. Consider consolidating those. | 14 # cs from Chrome's web ui. Consider consolidating those. |
| 15 { | 15 { |
| 16 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chrome
vox/background', | 16 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chrome
vox/background', |
| 17 'files': [ | 17 'files': [ |
| 18 'chromevox/background/chrome_shared2.css', | 18 'chromevox/background/chrome_shared2.css', |
| 19 'chromevox/background/options.css', | 19 'chromevox/background/options.css', |
| 20 'chromevox/background/options_widgets.css', | 20 'chromevox/background/options_widgets.css', |
| 21 ], | 21 ], |
| 22 }, | 22 }, |
| 23 { | 23 { |
| 24 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chrome
vox/injected', | 24 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chrome
vox/injected', |
| 25 'files': [ | 25 'files': [ |
| 26 'chromevox/injected/mathjax_external_util.js', | 26 'chromevox/injected/mathjax_external_util.js', |
| 27 'chromevox/injected/mathjax.js', | 27 'chromevox/injected/mathjax.js', |
| 28 ], | 28 ], |
| 29 }, | 29 }, |
| 30 { | |
| 31 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/', | |
| 32 'files': [ | |
| 33 '_locales/', | |
| 34 ], | |
| 35 }, | |
| 36 ], | 30 ], |
| 37 'conditions': [ | 31 'conditions': [ |
| 38 ['use_migrated_chromevox==0', { | 32 ['use_migrated_chromevox==0', { |
| 39 'copies': [ | 33 'copies': [ |
| 40 { | 34 { |
| 41 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox', | 35 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox', |
| 42 'files': [ | 36 'files': [ |
| 43 'chromeVoxChromeBackgroundScript.js', | 37 'chromeVoxChromeBackgroundScript.js', |
| 44 'chromeVoxChromeOptionsScript.js', | 38 'chromeVoxChromeOptionsScript.js', |
| 45 'chromeVoxChromePageScript.js', | 39 'chromeVoxChromePageScript.js', |
| 46 'chromeVoxKbExplorerScript.js', | 40 'chromeVoxKbExplorerScript.js', |
| 47 ], | 41 ], |
| 48 }, | 42 }, |
| 49 ], | 43 ], |
| 50 }], | 44 }], |
| 51 ], | 45 ], |
| 52 }, | 46 }, |
| 53 ], | 47 ], |
| 54 }], | 48 }], |
| 55 ], | 49 ], |
| 56 } | 50 } |
| OLD | NEW |