diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 07:50:19 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 07:50:19 +0000 |
commit | bcd98a55c2594d9bff4da10c4d378c6aabaf0a15 (patch) | |
tree | 820821afd4ddd52009fee710edf6426f02d550ef /third_party | |
parent | 527cea6b4810dca3a3524eeb1410bedefebe3681 (diff) | |
download | chromium_src-bcd98a55c2594d9bff4da10c4d378c6aabaf0a15.zip chromium_src-bcd98a55c2594d9bff4da10c4d378c6aabaf0a15.tar.gz chromium_src-bcd98a55c2594d9bff4da10c4d378c6aabaf0a15.tar.bz2 |
GTTF: Use a fresh TestingBrowserProcess for each test, part #2
For a detailed description see part #1, http://codereview.chromium.org/6478005/
BUG=61062
TEST=unit_tests, possibly more
Review URL: http://codereview.chromium.org/6532034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76034 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/cld/cld.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/cld/cld.gyp b/third_party/cld/cld.gyp index f4fa676..c553a84 100644 --- a/third_party/cld/cld.gyp +++ b/third_party/cld/cld.gyp @@ -91,6 +91,9 @@ 'defines': [ 'CLD_WINDOWS', ], + 'include_dirs': [ + '.', + ], }, 'conditions': [ ['OS=="win"', { |