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

Side by Side Diff: Source/devtools/devtools.gypi

Issue 137853005: TimelinePanel: introduce StackView and use it instead of _timelineMemorySplitter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add missed file Created 6 years, 11 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
OLDNEW
1 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'devtools_timeline_js_files': [ 298 'devtools_timeline_js_files': [
299 'front_end/MemoryStatistics.js', 299 'front_end/MemoryStatistics.js',
300 'front_end/PieChart.js', 300 'front_end/PieChart.js',
301 'front_end/TimelineFrameController.js', 301 'front_end/TimelineFrameController.js',
302 'front_end/TimelineModel.js', 302 'front_end/TimelineModel.js',
303 'front_end/TimelinePresentationModel.js', 303 'front_end/TimelinePresentationModel.js',
304 'front_end/TimelineOverviewPane.js', 304 'front_end/TimelineOverviewPane.js',
305 'front_end/TimelineEventOverview.js', 305 'front_end/TimelineEventOverview.js',
306 'front_end/TimelineFrameOverview.js', 306 'front_end/TimelineFrameOverview.js',
307 'front_end/TimelineMemoryOverview.js', 307 'front_end/TimelineMemoryOverview.js',
308 'front_end/StackView.js',
308 'front_end/TimelineView.js', 309 'front_end/TimelineView.js',
309 'front_end/TimelinePanel.js', 310 'front_end/TimelinePanel.js',
310 ], 311 ],
311 'devtools_profiles_js_files': [ 312 'devtools_profiles_js_files': [
312 'front_end/AllocationProfile.js', 313 'front_end/AllocationProfile.js',
313 'front_end/BottomUpProfileDataGridTree.js', 314 'front_end/BottomUpProfileDataGridTree.js',
314 'front_end/CPUProfileView.js', 315 'front_end/CPUProfileView.js',
315 'front_end/HeapSnapshot.js', 316 'front_end/HeapSnapshot.js',
316 'front_end/HeapSnapshotDataGrids.js', 317 'front_end/HeapSnapshotDataGrids.js',
317 'front_end/HeapSnapshotGridNodes.js', 318 'front_end/HeapSnapshotGridNodes.js',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 'front_end/Layers3DView.js', 462 'front_end/Layers3DView.js',
462 'front_end/LayerDetailsView.js', 463 'front_end/LayerDetailsView.js',
463 'front_end/PaintProfilerView.js', 464 'front_end/PaintProfilerView.js',
464 ], 465 ],
465 'devtools_extension_api_files': [ 466 'devtools_extension_api_files': [
466 'front_end/ExtensionAPI.js', 467 'front_end/ExtensionAPI.js',
467 'front_end/DevToolsExtensionAPI.js' 468 'front_end/DevToolsExtensionAPI.js'
468 ], 469 ],
469 }, 470 },
470 } 471 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/StackView.js » ('j') | Source/devtools/front_end/StackView.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698