diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-26 17:51:48 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-26 17:51:48 +0000 |
commit | 4ded0abe425671b43daba186d4e1471723deef0f (patch) | |
tree | f27128db3bd62a2de1afa82d43c482331858689d /content/content_shell.gypi | |
parent | 5bcf7e9ad44ada2658df2171562640b7fa9e495b (diff) | |
download | chromium_src-4ded0abe425671b43daba186d4e1471723deef0f.zip chromium_src-4ded0abe425671b43daba186d4e1471723deef0f.tar.gz chromium_src-4ded0abe425671b43daba186d4e1471723deef0f.tar.bz2 |
Remove dependency on DumpRenderTree.gyp
This CL updates content_shell to pull in TestRunner via Blink's public GYP
files rather than reaching into DumpRenderTree.gyp directly.
R=jochen
Review URL: https://chromiumcodereview.appspot.com/17832002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208726 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index d4a66e0..ef34e02 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -46,9 +46,7 @@ '../net/net.gyp:net', '../net/net.gyp:net_resources', '../skia/skia.gyp:skia', - '../third_party/WebKit/public/blink.gyp:blink', - '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit_test_support', - '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner', + '../third_party/WebKit/public/all.gyp:blink_testing', '../ui/gl/gl.gyp:gl', '../ui/ui.gyp:ui', '../url/url.gyp:url_lib', |