summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-17 13:56:10 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-17 13:56:10 +0000
commit024b2f209c4fe8d7352b311605d076f74f9f6bb5 (patch)
tree23cdb3812ca109475a2345f27af43feed7f4cdcc /content/content_shell.gypi
parent237b4a5506a94a6c8981c26cb5fb91ecf01d5576 (diff)
downloadchromium_src-024b2f209c4fe8d7352b311605d076f74f9f6bb5.zip
chromium_src-024b2f209c4fe8d7352b311605d076f74f9f6bb5.tar.gz
chromium_src-024b2f209c4fe8d7352b311605d076f74f9f6bb5.tar.bz2
[content shell] use test shell's broken image resources for layout tests
BUG=111316 TEST=e.g. compositing/color-matching/pdf-image-match.html passes R=marja@chromium.org Review URL: https://codereview.chromium.org/11946045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177403 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 429f0a9..309c075 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -43,6 +43,7 @@
'../ui/gl/gl.gyp:gl',
'../ui/ui.gyp:ui',
'../v8/tools/gyp/v8.gyp:v8',
+ '../webkit/support/webkit_support.gyp:webkit_resources',
'../webkit/support/webkit_support.gyp:webkit_support',
'<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
'<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_test_support',
@@ -145,7 +146,6 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit',
],
'dependencies': [
- '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
'<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings',
],
'configurations': {