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

Unified Diff: chrome/chrome_tests.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_shell.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index e263909a7e57ca52ccf567ab6220bed7b00d850a..795debe55a47c6e526c9745943baceccd996a59b 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
« no previous file with comments | « chrome/chrome_shell.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698