Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(428)

Side by Side Diff: chrome/third_party/chromevox/chromevox.gyp

Issue 274963004: Update latest ChromeVox from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698