From 499e7c55f53e2a118c31fddd079456a3dbe8b35c Mon Sep 17 00:00:00 2001 From: "droger@chromium.org" <droger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Fri, 4 Oct 2013 16:03:09 +0000 Subject: Move language detection to a component Language detection is used from the renderer on most platform, but from the browser on iOS. This CL moves it from chrome/common/ to a new "translate" component, which allows to track and address more cleanly dependencies issues. BUG=297777 Review URL: https://codereview.chromium.org/25531002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227015 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/cld/cld.gyp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'third_party/cld/cld.gyp') diff --git a/third_party/cld/cld.gyp b/third_party/cld/cld.gyp index 4813f48..cf4943c 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': [ '.', -- cgit v1.1