summaryrefslogtreecommitdiffstats
path: root/webkit/webkit.gyp
diff options
context:
space:
mode:
authoryurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-02 14:40:45 +0000
committeryurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-02 14:40:45 +0000
commit170519c0161aea7a4b452325d9fde2b6706f7c08 (patch)
tree83ee652981f090159eaf78381a4394f313c51a87 /webkit/webkit.gyp
parent4ea5fcf6d2e8e9ea3fd0daac82d6650f502ce7ff (diff)
downloadchromium_src-170519c0161aea7a4b452325d9fde2b6706f7c08.zip
chromium_src-170519c0161aea7a4b452325d9fde2b6706f7c08.tar.gz
chromium_src-170519c0161aea7a4b452325d9fde2b6706f7c08.tar.bz2
DevTools: switch to KeyboardShortcut.js from WebKit.
Review URL: http://codereview.chromium.org/151210 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19814 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r--webkit/webkit.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 55027f9..c2d1818 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -4712,7 +4712,6 @@
'glue/devtools/js/inject.js',
'glue/devtools/js/inspector_controller.js',
'glue/devtools/js/inspector_controller_impl.js',
- 'glue/devtools/js/KeyboardShortcut.js',
'glue/devtools/js/profiler_processor.js',
'glue/devtools/js/tests.js',
'../third_party/WebKit/WebCore/inspector/front-end/BottomUpProfileDataGridTree.js',
@@ -4732,6 +4731,7 @@
'../third_party/WebKit/WebCore/inspector/front-end/inspector.css',
'../third_party/WebKit/WebCore/inspector/front-end/inspector.html',
'../third_party/WebKit/WebCore/inspector/front-end/inspector.js',
+ '../third_party/WebKit/WebCore/inspector/front-end/KeyboardShortcut.js',
'../third_party/WebKit/WebCore/inspector/front-end/MetricsSidebarPane.js',
'../third_party/WebKit/WebCore/inspector/front-end/Object.js',
'../third_party/WebKit/WebCore/inspector/front-end/ObjectPropertiesSection.js',