Chromium Code Reviews

Unified Diff: trunk/src/chrome/chrome_common.gypi

Issue 23766011: Revert 221380 "Use Finch to compare the performances of CLD1 and..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « trunk/src/build/common.gypi ('k') | trunk/src/chrome/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/chrome_common.gypi
===================================================================
--- trunk/src/chrome/chrome_common.gypi (revision 221390)
+++ trunk/src/chrome/chrome_common.gypi (working copy)
@@ -24,6 +24,7 @@
# TODO(gregoryd): chrome_resources and chrome_strings could be
# shared with the 64-bit target, but it does not work due to a gyp
# issue.
+ '../third_party/cld/cld.gyp:cld',
'common_net',
'common_version',
'installer_util',
@@ -666,16 +667,6 @@
'common/print_messages.h',
]
}],
- ['cld_version==0 or cld_version==1', {
- 'dependencies': [
- '<(DEPTH)/third_party/cld/cld.gyp:cld',
- ],
- }],
- ['cld_version==0 or cld_version==2', {
- 'dependencies': [
- '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld_2',
- ],
- }],
],
'target_conditions': [
['OS == "ios"', {
« no previous file with comments | « trunk/src/build/common.gypi ('k') | trunk/src/chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine