summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorhajimehoshi <hajimehoshi@chromium.org>2015-08-03 00:21:42 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-03 07:22:27 +0000
commit92a5d22913c2ac3082d57d4eefa9911961588b41 (patch)
treebe38e50a904f0e7f6c74d3be5d3ba5cb908af038 /chrome/chrome_tests.gypi
parentcecb9e1d9bfb0bf198fc04a8b312b375b2dd8556 (diff)
downloadchromium_src-92a5d22913c2ac3082d57d4eefa9911961588b41.zip
chromium_src-92a5d22913c2ac3082d57d4eefa9911961588b41.tar.gz
chromium_src-92a5d22913c2ac3082d57d4eefa9911961588b41.tar.bz2
Remove the Finch test 'CLD1VsCLD2'
The Finch test 'CDL1VsCLD2' is a test to make sure that CLD2 is not worse than CLD1 in terms of performance or accuracy. This test is no longer executed on any platforms. Let's remove this for code health. CLD version '0' is used to represent to use the Finch trial, and this CL removes the cases of version 0 from gn, gypi and C++ files. BUG=515358 Review URL: https://codereview.chromium.org/1259883007 Cr-Commit-Position: refs/heads/master@{#341496}
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi10
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index e263909..795debe 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1573,7 +1573,7 @@
'<@(chrome_interactive_ui_test_sources)',
],
'conditions': [
- [ 'cld_version==0 or cld_version==2', {
+ [ 'cld_version==2', {
'dependencies': [
# Interactive tests should use whatever CLD2 data access mode that
# the application embedder is using.
@@ -2139,7 +2139,7 @@
},
},
'conditions': [
- [ 'cld_version==0 or cld_version==2', {
+ [ 'cld_version==2', {
'dependencies': [
# Because the browser_tests use translate, they need CLD data.
'<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ],
@@ -2612,7 +2612,7 @@
},
],
'conditions': [
- [ 'cld_version==0 or cld_version==2', {
+ [ 'cld_version==2', {
'dependencies': [
# Interactive tests should use whatever CLD2 data access mode that
# the application embedder is using.
@@ -2799,7 +2799,7 @@
'<@(sync_integration_tests_sources)',
],
'conditions': [
- [ 'cld_version==0 or cld_version==2', {
+ [ 'cld_version==2', {
'dependencies': [
# Language detection is irrelevant to sync, so it can depend on
# any implementation for CLD2. Dynamic is smaller, so go with
@@ -2909,7 +2909,7 @@
'<@(sync_performance_tests_sources)',
],
'conditions': [
- [ 'cld_version==0 or cld_version==2', {
+ [ 'cld_version==2', {
'dependencies': [
# Language detection is irrelevant to sync, so it can depend on
# any implementation for CLD2. Dynamic is smaller, so go with