Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index 7e4af84e8fae43113692a9f073f2682fcf84ebec..c50836c1a5846f7d76330c7c3b4d143654e36689 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -24,7 +24,6 @@ |
# 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', |
@@ -667,6 +666,16 @@ |
'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"', { |