diff options
author | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 04:47:48 +0000 |
---|---|---|
committer | tkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 04:47:48 +0000 |
commit | 59ac0f420158f315f6d95c75f1fe2de6e9d5edd9 (patch) | |
tree | ded9990071fc149846c6d17199c054a44926a10b /webkit/tools | |
parent | e94ece093bbc9cb8e3020c9b623a29c9e66b0ea9 (diff) | |
download | chromium_src-59ac0f420158f315f6d95c75f1fe2de6e9d5edd9.zip chromium_src-59ac0f420158f315f6d95c75f1fe2de6e9d5edd9.tar.gz chromium_src-59ac0f420158f315f6d95c75f1fe2de6e9d5edd9.tar.bz2 |
Remove inspector_resources target and use the upstreaming
inspector_resources target.
BUG=none
TEST=none. Manually confirmed DevTools worked.
Review URL: http://codereview.chromium.org/2825043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52612 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi index cf3c1b8..8c64029 100644 --- a/webkit/tools/test_shell/test_shell.gypi +++ b/webkit/tools/test_shell/test_shell.gypi @@ -37,6 +37,7 @@ '<(DEPTH)/skia/skia.gyp:skia', '<(DEPTH)/testing/gmock.gyp:gmock', '<(DEPTH)/testing/gtest.gyp:gtest', + '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:inspector_resources', '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', '<(DEPTH)/webkit/support/webkit_support.gyp:database', @@ -44,7 +45,6 @@ '<(DEPTH)/webkit/support/webkit_support.gyp:npapi_layout_test_plugin', '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support', - '<(DEPTH)/webkit/webkit.gyp:inspector_resources', ], 'msvs_guid': '77C32787-1B96-CB84-B905-7F170629F0AC', 'sources': [ |