diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-12 14:28:17 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-12 14:28:17 +0000 |
commit | 5a3386aab2825a009a650b4466e02bfb2dbe78a2 (patch) | |
tree | 184d613d7ace0b9a645a24aa5b6721cdead6d92f /chrome/chrome.gyp | |
parent | 05565a8b88d2367b50f8f3574161b738e8cdc27f (diff) | |
download | chromium_src-5a3386aab2825a009a650b4466e02bfb2dbe78a2.zip chromium_src-5a3386aab2825a009a650b4466e02bfb2dbe78a2.tar.gz chromium_src-5a3386aab2825a009a650b4466e02bfb2dbe78a2.tar.bz2 |
DevTools: migrate to the new devtools gyp rule locations in Blink.
TBR=tony
Review URL: https://chromiumcodereview.appspot.com/14040004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193929 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index be44f74..f1c89f7 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -33,7 +33,7 @@ '../content/content.gyp:content_ppapi_plugin', '../content/content.gyp:content_worker', '../printing/printing.gyp:printing', - '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector_resources', + '../third_party/WebKit/Source/devtools/devtools.gyp:devtools_frontend_resources', ], }], ['OS=="win"', { |