OLD | NEW |
(Empty) | |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 5 { |
| 6 'conditions': [ |
| 7 ['chromeos==1 and disable_nacl==0 and disable_nacl_untrusted==0', { |
| 8 'targets': [ |
| 9 { |
| 10 'target_name': 'chromevox_resources', |
| 11 'type': 'none', |
| 12 'copies': [ |
| 13 { |
| 14 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chrome
vox2/background', |
| 15 'files': [ |
| 16 'chromevox2/background/background.html', |
| 17 'chromevox2/background/background.js', |
| 18 ], |
| 19 }, |
| 20 { |
| 21 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/chrome
vox2/injected', |
| 22 'files': [ |
| 23 'chromevox2/injected/injected.js', |
| 24 ], |
| 25 }, |
| 26 ], |
| 27 }, |
| 28 ], |
| 29 }], |
| 30 ], |
| 31 } |
OLD | NEW |