diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-13 22:07:54 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-13 22:07:54 +0000 |
commit | 31512d445b77695d2f16ceaf2bfac51cebd19164 (patch) | |
tree | 59209ee8aadcc7eb1192b610e2b73cf924fbce0a /webkit/tools | |
parent | b5ee99e459c0de0a20d461ef33e0c796e05476c1 (diff) | |
download | chromium_src-31512d445b77695d2f16ceaf2bfac51cebd19164.zip chromium_src-31512d445b77695d2f16ceaf2bfac51cebd19164.tar.gz chromium_src-31512d445b77695d2f16ceaf2bfac51cebd19164.tar.bz2 |
Pull in gyp support for a 'resource_include_dirs' setting.
Use it to keep the number of /I options we pass to webkit resource
compilation within acceptable limits.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/125104
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18358 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index 08b79c5..0ca185b 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -198,6 +198,9 @@ }, 'conditions': [ ['OS=="win"', { + 'resource_include_dirs': [ + '<(SHARED_INTERMEDIATE_DIR)/webkit', + ], 'sources': [ '<@(test_shell_windows_resource_files)', # TODO: It would be nice to have these pulled in |