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

Side by Side Diff: webkit/webkit.gyp

Issue 460018: DevTools: make possible profiling of scripts doing heavy calculations. (Closed)
Patch Set: Comments addressed Created 11 years 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
« no previous file with comments | « webkit/glue/webdevtoolsfrontend_impl.cc ('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 'includes': [ 6 'includes': [
7 '../third_party/WebKit/WebKit/chromium/features.gypi', 7 '../third_party/WebKit/WebKit/chromium/features.gypi',
8 '../third_party/WebKit/WebCore/WebCore.gypi', 8 '../third_party/WebKit/WebCore/WebCore.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 15 matching lines...) Expand all
26 'glue/devtools/js/base.js', 26 'glue/devtools/js/base.js',
27 'glue/devtools/js/inspector_controller_impl.js', 27 'glue/devtools/js/inspector_controller_impl.js',
28 'glue/devtools/js/debugger_agent.js', 28 'glue/devtools/js/debugger_agent.js',
29 '../v8/tools/codemap.js', 29 '../v8/tools/codemap.js',
30 '../v8/tools/consarray.js', 30 '../v8/tools/consarray.js',
31 '../v8/tools/csvparser.js', 31 '../v8/tools/csvparser.js',
32 '../v8/tools/logreader.js', 32 '../v8/tools/logreader.js',
33 '../v8/tools/profile.js', 33 '../v8/tools/profile.js',
34 '../v8/tools/profile_view.js', 34 '../v8/tools/profile_view.js',
35 '../v8/tools/splaytree.js', 35 '../v8/tools/splaytree.js',
36 'glue/devtools/js/profiler_agent.js',
36 'glue/devtools/js/profiler_processor.js', 37 'glue/devtools/js/profiler_processor.js',
37 'glue/devtools/js/heap_profiler_panel.js', 38 'glue/devtools/js/heap_profiler_panel.js',
38 'glue/devtools/js/devtools.js', 39 'glue/devtools/js/devtools.js',
39 'glue/devtools/js/devtools_host_stub.js', 40 'glue/devtools/js/devtools_host_stub.js',
40 'glue/devtools/js/tests.js', 41 'glue/devtools/js/tests.js',
41 ], 42 ],
42 43
43 'debug_devtools%': 0, 44 'debug_devtools%': 0,
44 }, 45 },
45 'targets': [ 46 'targets': [
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'glue/devtools/apu_agent_delegate.h', 239 'glue/devtools/apu_agent_delegate.h',
239 'glue/devtools/devtools_rpc.h', 240 'glue/devtools/devtools_rpc.h',
240 'glue/devtools/devtools_rpc_js.h', 241 'glue/devtools/devtools_rpc_js.h',
241 'glue/devtools/bound_object.cc', 242 'glue/devtools/bound_object.cc',
242 'glue/devtools/bound_object.h', 243 'glue/devtools/bound_object.h',
243 'glue/devtools/debugger_agent.h', 244 'glue/devtools/debugger_agent.h',
244 'glue/devtools/debugger_agent_impl.cc', 245 'glue/devtools/debugger_agent_impl.cc',
245 'glue/devtools/debugger_agent_impl.h', 246 'glue/devtools/debugger_agent_impl.h',
246 'glue/devtools/debugger_agent_manager.cc', 247 'glue/devtools/debugger_agent_manager.cc',
247 'glue/devtools/debugger_agent_manager.h', 248 'glue/devtools/debugger_agent_manager.h',
249 'glue/devtools/profiler_agent.h',
250 'glue/devtools/profiler_agent_impl.cc',
251 'glue/devtools/profiler_agent_impl.h',
248 'glue/devtools/tools_agent.h', 252 'glue/devtools/tools_agent.h',
249 'glue/media/buffered_data_source.cc', 253 'glue/media/buffered_data_source.cc',
250 'glue/media/buffered_data_source.h', 254 'glue/media/buffered_data_source.h',
251 'glue/media/media_resource_loader_bridge_factory.cc', 255 'glue/media/media_resource_loader_bridge_factory.cc',
252 'glue/media/media_resource_loader_bridge_factory.h', 256 'glue/media/media_resource_loader_bridge_factory.h',
253 'glue/media/simple_data_source.cc', 257 'glue/media/simple_data_source.cc',
254 'glue/media/simple_data_source.h', 258 'glue/media/simple_data_source.h',
255 'glue/media/video_renderer_impl.cc', 259 'glue/media/video_renderer_impl.cc',
256 'glue/media/video_renderer_impl.h', 260 'glue/media/video_renderer_impl.h',
257 'glue/plugins/nphostapi.h', 261 'glue/plugins/nphostapi.h',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 ], 548 ],
545 }, 549 },
546 ], # targets 550 ], # targets
547 } 551 }
548 552
549 # Local Variables: 553 # Local Variables:
550 # tab-width:2 554 # tab-width:2
551 # indent-tabs-mode:nil 555 # indent-tabs-mode:nil
552 # End: 556 # End:
553 # vim: set expandtab tabstop=2 shiftwidth=2: 557 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/glue/webdevtoolsfrontend_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698