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

Unified Diff: chrome/chrome_dll.gypi

Issue 461633002: Refactor language detection logic to allow non-static CLD data sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux/mac/windows compile issues Created 6 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
Index: chrome/chrome_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index ecc06e89cfa81c42fd9a9d5abe21b62c734cc8cb..28325cecd30e1ee207e18e73bed91e0ee7386753 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -256,14 +256,14 @@
'../content/content.gyp:content_app_browser',
],
}],
- ['cld_version==0 or cld_version==1', {
+ ['cld_version==1', {
'dependencies': [
- '../third_party/cld/cld.gyp:cld',
+ '<(DEPTH)/third_party/cld/cld.gyp:cld',
],
}],
['cld_version==0 or cld_version==2', {
'dependencies': [
- '../third_party/cld_2/cld_2.gyp:cld_2',
+ '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld_2',
],
}],
['OS=="mac" and component!="shared_library"', {

Powered by Google App Engine
This is Rietveld 408576698