Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(856)

Unified Diff: third_party/cld/cld.gyp

Issue 25531002: Move language detection to a component (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Run translate unittests on iOS Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/translate/language_detection/language_detection_util_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cld/cld.gyp
diff --git a/third_party/cld/cld.gyp b/third_party/cld/cld.gyp
index 4813f48cb09ccb3b5b31a6237ebbe7bf880c5667..cf4943c6f92cda61ce27525ff3a5bb93309d2f50 100644
--- a/third_party/cld/cld.gyp
+++ b/third_party/cld/cld.gyp
@@ -11,7 +11,10 @@
'target_name': 'cld',
'type': 'static_library',
'dependencies': [
- '../icu/icu.gyp:icuuc',
+ '../icu/icu.gyp:icuuc',
+ ],
+ 'export_dependent_settings': [
+ '../icu/icu.gyp:icuuc',
],
'include_dirs': [
'.',
« no previous file with comments | « components/translate/language_detection/language_detection_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698