Index: chrome/chrome_tests_unit.gypi |
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi |
index 7098c86e3900222b4e634c8de74d6301b3560bae..4ac9c02728a1374da0ac90cf0d00038d28216214 100644 |
--- a/chrome/chrome_tests_unit.gypi |
+++ b/chrome/chrome_tests_unit.gypi |
@@ -2339,6 +2339,12 @@ |
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
], |
}], |
+ [ 'cld_version==2', { |
+ 'dependencies': [ |
+ # Unit tests should be independent of the CLD2 access mechanism, |
+ # just use static for simplicity. |
+ '../third_party/cld_2/cld_2.gyp:cld2_static', ], |
+ }], |
['OS=="linux"', { |
'dependencies': [ |
'../build/linux/system.gyp:ssl', |