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

Unified Diff: webkit/webkit.gyp

Issue 115299: Add initial version of DevTools Profiler (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/devtools/js/profiler_processor.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 15955)
+++ webkit/webkit.gyp (working copy)
@@ -4652,6 +4652,7 @@
'glue/devtools/js/inspector_controller_impl.js',
'glue/devtools/js/json.js',
'glue/devtools/js/net_agent.js',
+ 'glue/devtools/js/profiler_processor.js',
'inspector/debugger.css',
'inspector/debugger.html',
'inspector/DebuggerConsole.js',
@@ -4681,6 +4682,7 @@
'../third_party/WebKit/WebCore/inspector/front-end/PanelEnablerView.js',
'../third_party/WebKit/WebCore/inspector/front-end/Placard.js',
'../third_party/WebKit/WebCore/inspector/front-end/ProfilesPanel.js',
+ '../third_party/WebKit/WebCore/inspector/front-end/ProfileDataGridTree.js',
'../third_party/WebKit/WebCore/inspector/front-end/ProfileView.js',
'../third_party/WebKit/WebCore/inspector/front-end/PropertiesSection.js',
'../third_party/WebKit/WebCore/inspector/front-end/PropertiesSidebarPane.js',
@@ -4701,6 +4703,12 @@
'../third_party/WebKit/WebCore/inspector/front-end/treeoutline.js',
'../third_party/WebKit/WebCore/inspector/front-end/utilities.js',
'../third_party/WebKit/WebCore/inspector/front-end/View.js',
+ '../v8/tools/codemap.js',
+ '../v8/tools/consarray.js',
+ '../v8/tools/csvparser.js',
+ '../v8/tools/profile.js',
+ '../v8/tools/profile_view.js',
+ '../v8/tools/splaytree.js',
],
},
{
« no previous file with comments | « webkit/glue/devtools/js/profiler_processor.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698