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

Side by Side Diff: components/translate.gypi

Issue 1259883007: Remove the Finch test 'CLD1VsCLD2' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/translate/content/renderer/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/translate/core/browser 8 # GN version: //components/translate/core/browser
9 'target_name': 'translate_core_browser', 9 'target_name': 'translate_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 # Note: sources list duplicated in GN build. 106 # Note: sources list duplicated in GN build.
107 'translate/core/language_detection/language_detection_util.cc', 107 'translate/core/language_detection/language_detection_util.cc',
108 'translate/core/language_detection/language_detection_util.h', 108 'translate/core/language_detection/language_detection_util.h',
109 ], 109 ],
110 'conditions': [ 110 'conditions': [
111 ['cld_version==1', { 111 ['cld_version==1', {
112 'dependencies': [ 112 'dependencies': [
113 '<(DEPTH)/third_party/cld/cld.gyp:cld', 113 '<(DEPTH)/third_party/cld/cld.gyp:cld',
114 ], 114 ],
115 }], 115 }],
116 ['cld_version==0 or cld_version==2', { 116 ['cld_version==2', {
117 'dependencies': [ 117 'dependencies': [
118 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld_2', 118 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld_2',
119 ], 119 ],
120 }], 120 }],
121 ], 121 ],
122 }, 122 },
123 ], 123 ],
124 'conditions': [ 124 'conditions': [
125 ['OS != "ios"', { 125 ['OS != "ios"', {
126 'targets': [ 126 'targets': [
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'translate/content/renderer/renderer_cld_data_provider.cc', 200 'translate/content/renderer/renderer_cld_data_provider.cc',
201 'translate/content/renderer/renderer_cld_data_provider.h', 201 'translate/content/renderer/renderer_cld_data_provider.h',
202 'translate/content/renderer/renderer_cld_data_provider_factory.cc', 202 'translate/content/renderer/renderer_cld_data_provider_factory.cc',
203 'translate/content/renderer/renderer_cld_data_provider_factory.h', 203 'translate/content/renderer/renderer_cld_data_provider_factory.h',
204 'translate/content/renderer/renderer_cld_utils.cc', 204 'translate/content/renderer/renderer_cld_utils.cc',
205 'translate/content/renderer/renderer_cld_utils.h', 205 'translate/content/renderer/renderer_cld_utils.h',
206 'translate/content/renderer/translate_helper.cc', 206 'translate/content/renderer/translate_helper.cc',
207 'translate/content/renderer/translate_helper.h', 207 'translate/content/renderer/translate_helper.h',
208 ], 208 ],
209 'conditions': [ 209 'conditions': [
210 ['cld_version==0 or cld_version==2', { 210 ['cld_version==2', {
211 'dependencies': [ 211 'dependencies': [
212 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld_2', 212 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld_2',
213 ], 213 ],
214 }], 214 }],
215 ], 215 ],
216 }, 216 },
217 ], 217 ],
218 }], 218 }],
219 ['OS == "ios"', { 219 ['OS == "ios"', {
220 'targets': [ 220 'targets': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 ], 260 ],
261 }, 261 },
262 'includes': [ 262 'includes': [
263 '../ios/web/js_compile_checked.gypi', 263 '../ios/web/js_compile_checked.gypi',
264 ], 264 ],
265 }, 265 },
266 ], 266 ],
267 }], 267 }],
268 ], 268 ],
269 } 269 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/translate/content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698