Index: chrome/chrome_renderer.gypi |
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi |
index 7c3f5da896927c6294b7180502da09f7cc824240..4f1a0675e682783a63bf21a48bfa6a192dec8a69 100644 |
--- a/chrome/chrome_renderer.gypi |
+++ b/chrome/chrome_renderer.gypi |
@@ -21,7 +21,6 @@ |
'../ppapi/ppapi_internal.gyp:ppapi_shared', |
'../printing/printing.gyp:printing', |
'../skia/skia.gyp:skia', |
- '../third_party/cld/cld.gyp:cld', |
'../third_party/hunspell/hunspell.gyp:hunspell', |
'../third_party/icu/icu.gyp:icui18n', |
'../third_party/icu/icu.gyp:icuuc', |
@@ -35,7 +34,6 @@ |
], |
'include_dirs': [ |
'..', |
- '../third_party/cld', |
], |
'defines': [ |
'<@(nacl_defines)', |
@@ -303,6 +301,14 @@ |
'../third_party/mach_override/mach_override.gyp:mach_override', |
], |
}], |
+ ['enable_language_detection==1', { |
+ 'dependencies': [ |
+ '../third_party/cld/cld.gyp:cld', |
+ ], |
+ 'include_dirs': [ |
+ '../third_party/cld', |
+ ], |
+ }], |
['toolkit_uses_gtk == 1', { |
'dependencies': [ |
'../build/linux/system.gyp:gtk', |