summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-14 17:15:50 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-14 17:15:50 +0000
commitb2b4179a633b8b18bca0764d0a952de4a6b5acb5 (patch)
treee8349a416c3ef790d2b5b941efb48f892b369de4
parentbd63dc9cdf640a6d1e833ce0b5ed7ed9090973b0 (diff)
downloadchromium_src-b2b4179a633b8b18bca0764d0a952de4a6b5acb5.zip
chromium_src-b2b4179a633b8b18bca0764d0a952de4a6b5acb5.tar.gz
chromium_src-b2b4179a633b8b18bca0764d0a952de4a6b5acb5.tar.bz2
Fix test_shell_tests going over the limit of /I directories
passed to the resource compiler, too. BUG=none TEST=none Review URL: http://codereview.chromium.org/125110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18364 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/tools/test_shell/test_shell.gyp3
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 0ca185b..030cf22 100644
--- a/webkit/tools/test_shell/test_shell.gyp
+++ b/webkit/tools/test_shell/test_shell.gyp
@@ -486,6 +486,9 @@
],
'conditions': [
['OS=="win"', {
+ 'resource_include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)/webkit',
+ ],
'sources': [ '<@(test_shell_windows_resource_files)' ],
}],
['OS=="linux"', {