Index: chrome/android/chrome_apk.gyp |
diff --git a/chrome/android/chrome_apk.gyp b/chrome/android/chrome_apk.gyp |
index 6051dbc76d9941887c37e09b58339b8673d68510..6b8929cdca4856687de85a51d9f0f9e0b9b06094 100644 |
--- a/chrome/android/chrome_apk.gyp |
+++ b/chrome/android/chrome_apk.gyp |
@@ -99,18 +99,14 @@ |
'type': 'none', |
'dependencies': [ |
'../../chrome/chrome.gyp:chrome_android_core', |
+ # TODO(yfriedman): move this DEP to chrome_android_core to be shared |
+ # between internal/external. |
+ '../../third_party/cld_2/cld_2.gyp:cld2_dynamic', |
], |
'include_dirs': [ |
'../..', |
], |
'conditions': [ |
- # TODO(yfriedman): move this DEP to chrome_android_core to be shared |
- # between internal/external. |
- ['cld_version==2', { |
- 'dependencies': [ |
- '../../third_party/cld_2/cld_2.gyp:cld2_dynamic', |
- ], |
- }], |
# conditions for order_text_section |
# Cygprofile methods need to be linked into the instrumented build. |
['order_profiling!=0', { |