diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-07 19:00:51 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-07 19:00:51 +0000 |
commit | a5a4a0b702c644c37398a3c1fbd6be568e81fc2a (patch) | |
tree | a3498fe847e9944194051ca498d46c4acc216e4a /chrome/chrome_tests.gypi | |
parent | 9be4f02cac155a7f0a6f4ff56f4ee3ca9d215dbe (diff) | |
download | chromium_src-a5a4a0b702c644c37398a3c1fbd6be568e81fc2a.zip chromium_src-a5a4a0b702c644c37398a3c1fbd6be568e81fc2a.tar.gz chromium_src-a5a4a0b702c644c37398a3c1fbd6be568e81fc2a.tar.bz2 |
Merging a newer version of the CLD code.
Also removed the dependency with Chrome base and fixed the include path so that files don't need to reference third_paty/cld/...
BUG=None
TEST=Make sure unit-tests still pass.
Review URL: http://codereview.chromium.org/519071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rwxr-xr-x | chrome/chrome_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index fa2bc4f..7eb8acbd 100755 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -501,6 +501,7 @@ ], 'include_dirs': [ '..', + '../third_party/cld', ], 'defines': [ 'CLD_WINDOWS', |