Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: webkit/webkit.gyp

Issue 151210: DevTools: switch to KeyboardShortcut.js from WebKit. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/glue/devtools/js/KeyboardShortcut.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DATAGRID=1', 10 'ENABLE_DATAGRID=1',
(...skipping 4694 matching lines...) Expand 10 before | Expand all | Expand 10 after
4705 'glue/devtools/js/debugger_agent.js', 4705 'glue/devtools/js/debugger_agent.js',
4706 'glue/devtools/js/devtools.css', 4706 'glue/devtools/js/devtools.css',
4707 'glue/devtools/js/devtools.html', 4707 'glue/devtools/js/devtools.html',
4708 'glue/devtools/js/devtools.js', 4708 'glue/devtools/js/devtools.js',
4709 'glue/devtools/js/devtools_callback.js', 4709 'glue/devtools/js/devtools_callback.js',
4710 'glue/devtools/js/devtools_host_stub.js', 4710 'glue/devtools/js/devtools_host_stub.js',
4711 'glue/devtools/js/dom_agent.js', 4711 'glue/devtools/js/dom_agent.js',
4712 'glue/devtools/js/inject.js', 4712 'glue/devtools/js/inject.js',
4713 'glue/devtools/js/inspector_controller.js', 4713 'glue/devtools/js/inspector_controller.js',
4714 'glue/devtools/js/inspector_controller_impl.js', 4714 'glue/devtools/js/inspector_controller_impl.js',
4715 'glue/devtools/js/KeyboardShortcut.js',
4716 'glue/devtools/js/profiler_processor.js', 4715 'glue/devtools/js/profiler_processor.js',
4717 'glue/devtools/js/tests.js', 4716 'glue/devtools/js/tests.js',
4718 '../third_party/WebKit/WebCore/inspector/front-end/BottomUpProfileDa taGridTree.js', 4717 '../third_party/WebKit/WebCore/inspector/front-end/BottomUpProfileDa taGridTree.js',
4719 '../third_party/WebKit/WebCore/inspector/front-end/Breakpoint.js', 4718 '../third_party/WebKit/WebCore/inspector/front-end/Breakpoint.js',
4720 '../third_party/WebKit/WebCore/inspector/front-end/BreakpointsSideba rPane.js', 4719 '../third_party/WebKit/WebCore/inspector/front-end/BreakpointsSideba rPane.js',
4721 '../third_party/WebKit/WebCore/inspector/front-end/CallStackSidebarP ane.js', 4720 '../third_party/WebKit/WebCore/inspector/front-end/CallStackSidebarP ane.js',
4722 '../third_party/WebKit/WebCore/inspector/front-end/Console.js', 4721 '../third_party/WebKit/WebCore/inspector/front-end/Console.js',
4723 '../third_party/WebKit/WebCore/inspector/front-end/Database.js', 4722 '../third_party/WebKit/WebCore/inspector/front-end/Database.js',
4724 '../third_party/WebKit/WebCore/inspector/front-end/DatabaseQueryView .js', 4723 '../third_party/WebKit/WebCore/inspector/front-end/DatabaseQueryView .js',
4725 '../third_party/WebKit/WebCore/inspector/front-end/DatabasesPanel.js ', 4724 '../third_party/WebKit/WebCore/inspector/front-end/DatabasesPanel.js ',
4726 '../third_party/WebKit/WebCore/inspector/front-end/DatabaseTableView .js', 4725 '../third_party/WebKit/WebCore/inspector/front-end/DatabaseTableView .js',
4727 '../third_party/WebKit/WebCore/inspector/front-end/DataGrid.js', 4726 '../third_party/WebKit/WebCore/inspector/front-end/DataGrid.js',
4728 '../third_party/WebKit/WebCore/inspector/front-end/ElementsPanel.js' , 4727 '../third_party/WebKit/WebCore/inspector/front-end/ElementsPanel.js' ,
4729 '../third_party/WebKit/WebCore/inspector/front-end/ElementsTreeOutli ne.js', 4728 '../third_party/WebKit/WebCore/inspector/front-end/ElementsTreeOutli ne.js',
4730 '../third_party/WebKit/WebCore/inspector/front-end/FontView.js', 4729 '../third_party/WebKit/WebCore/inspector/front-end/FontView.js',
4731 '../third_party/WebKit/WebCore/inspector/front-end/ImageView.js', 4730 '../third_party/WebKit/WebCore/inspector/front-end/ImageView.js',
4732 '../third_party/WebKit/WebCore/inspector/front-end/inspector.css', 4731 '../third_party/WebKit/WebCore/inspector/front-end/inspector.css',
4733 '../third_party/WebKit/WebCore/inspector/front-end/inspector.html', 4732 '../third_party/WebKit/WebCore/inspector/front-end/inspector.html',
4734 '../third_party/WebKit/WebCore/inspector/front-end/inspector.js', 4733 '../third_party/WebKit/WebCore/inspector/front-end/inspector.js',
4734 '../third_party/WebKit/WebCore/inspector/front-end/KeyboardShortcut. js',
4735 '../third_party/WebKit/WebCore/inspector/front-end/MetricsSidebarPan e.js', 4735 '../third_party/WebKit/WebCore/inspector/front-end/MetricsSidebarPan e.js',
4736 '../third_party/WebKit/WebCore/inspector/front-end/Object.js', 4736 '../third_party/WebKit/WebCore/inspector/front-end/Object.js',
4737 '../third_party/WebKit/WebCore/inspector/front-end/ObjectPropertiesS ection.js', 4737 '../third_party/WebKit/WebCore/inspector/front-end/ObjectPropertiesS ection.js',
4738 '../third_party/WebKit/WebCore/inspector/front-end/Panel.js', 4738 '../third_party/WebKit/WebCore/inspector/front-end/Panel.js',
4739 '../third_party/WebKit/WebCore/inspector/front-end/PanelEnablerView. js', 4739 '../third_party/WebKit/WebCore/inspector/front-end/PanelEnablerView. js',
4740 '../third_party/WebKit/WebCore/inspector/front-end/Placard.js', 4740 '../third_party/WebKit/WebCore/inspector/front-end/Placard.js',
4741 '../third_party/WebKit/WebCore/inspector/front-end/ProfilesPanel.js' , 4741 '../third_party/WebKit/WebCore/inspector/front-end/ProfilesPanel.js' ,
4742 '../third_party/WebKit/WebCore/inspector/front-end/ProfileDataGridTr ee.js', 4742 '../third_party/WebKit/WebCore/inspector/front-end/ProfileDataGridTr ee.js',
4743 '../third_party/WebKit/WebCore/inspector/front-end/ProfileView.js', 4743 '../third_party/WebKit/WebCore/inspector/front-end/ProfileView.js',
4744 '../third_party/WebKit/WebCore/inspector/front-end/PropertiesSection .js', 4744 '../third_party/WebKit/WebCore/inspector/front-end/PropertiesSection .js',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
4885 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 4885 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
4886 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 4886 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
4887 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 4887 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
4888 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 4888 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
4889 ], 4889 ],
4890 }, 4890 },
4891 ], 4891 ],
4892 }, 4892 },
4893 ], 4893 ],
4894 } 4894 }
OLDNEW
« no previous file with comments | « webkit/glue/devtools/js/KeyboardShortcut.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698