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 and disable_nacl==0 and disable_nacl_untrusted==0', { | 7 ['chromeos==1 and disable_nacl==0 and disable_nacl_untrusted==0', { |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'chromevox_resources', | 10 'target_name': 'chromevox_resources', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 ], | 103 ], |
104 }, | 104 }, |
105 { | 105 { |
106 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/closur
e', | 106 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/closur
e', |
107 'files': [ | 107 'files': [ |
108 'closure/base.js', | 108 'closure/base.js', |
109 'closure/closure_preinit.js', | 109 'closure/closure_preinit.js', |
110 ], | 110 ], |
111 }, | 111 }, |
112 { | 112 { |
113 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/extens
ions/searchbox', | |
114 'files': [ | |
115 'extensions/searchvox/abstract_result.js', | |
116 'extensions/searchvox/constants.js', | |
117 'extensions/searchvox/context_menu.js', | |
118 'extensions/searchvox/results.js', | |
119 'extensions/searchvox/search.js', | |
120 'extensions/searchvox/search_tools.js', | |
121 'extensions/searchvox/util.js', | |
122 ], | |
123 }, | |
124 { | |
125 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/', | 113 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/', |
126 'files': [ | 114 'files': [ |
127 '_locales/', | 115 '_locales/', |
128 ], | 116 ], |
129 }, | 117 }, |
130 ], | 118 ], |
131 'dependencies': [ | 119 'dependencies': [ |
132 '../../../third_party/liblouis/liblouis_nacl.gyp:liblouis_nacl_wrapp
er_nacl', | 120 '../../../third_party/liblouis/liblouis_nacl.gyp:liblouis_nacl_wrapp
er_nacl', |
133 ], | 121 ], |
134 }, | 122 }, |
135 ], | 123 ], |
136 }], | 124 }], |
137 ], | 125 ], |
138 } | 126 } |
OLD | NEW |