Index: extensions/extensions.gyp |
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp |
index 79deee14e0707c40bcb2cc5468b9d5070b0d823c..3aae4cb258e6b603f96fce52096d3a347125aac4 100644 |
--- a/extensions/extensions.gyp |
+++ b/extensions/extensions.gyp |
@@ -262,6 +262,7 @@ |
'../content/content_shell_and_tests.gyp:test_support_content', |
'../net/net.gyp:net_test_support', |
'../testing/gtest.gyp:gtest', |
+ '../third_party/cld_2/cld_2.gyp:cld2_static', |
'browser/api/api_registration.gyp:extensions_api_registration', |
'common/api/api.gyp:cast_channel_proto', |
'common/api/api.gyp:extensions_api', |
@@ -278,12 +279,6 @@ |
], |
# Disable c4267 warnings until we fix size_t to int truncations. |
'msvs_disabled_warnings': [ 4267, ], |
- 'conditions': [ |
- [ 'cld_version==2', { |
- 'dependencies': [ |
- '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], |
- }], |
- ], |
}, |
{ |
# The pak file generated by this target is intended to be shared by |