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

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

Issue 212843003: DevTools: Add TimelinePowerGraph (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 'front_end/TimelineFrameModel.js', 314 'front_end/TimelineFrameModel.js',
315 'front_end/TimelineModel.js', 315 'front_end/TimelineModel.js',
316 'front_end/TimelinePresentationModel.js', 316 'front_end/TimelinePresentationModel.js',
317 'front_end/TimelineOverviewPane.js', 317 'front_end/TimelineOverviewPane.js',
318 'front_end/TimelineEventOverview.js', 318 'front_end/TimelineEventOverview.js',
319 'front_end/TimelineFlameChart.js', 319 'front_end/TimelineFlameChart.js',
320 'front_end/TimelineFrameOverview.js', 320 'front_end/TimelineFrameOverview.js',
321 'front_end/TimelineMemoryOverview.js', 321 'front_end/TimelineMemoryOverview.js',
322 'front_end/TimelineUIUtils.js', 322 'front_end/TimelineUIUtils.js',
323 'front_end/TimelineView.js', 323 'front_end/TimelineView.js',
324 'front_end/TimelinePowerGraph.js',
324 'front_end/TimelinePowerOverview.js', 325 'front_end/TimelinePowerOverview.js',
325 'front_end/TimelinePanel.js', 326 'front_end/TimelinePanel.js',
326 ], 327 ],
327 'devtools_profiles_js_files': [ 328 'devtools_profiles_js_files': [
328 'front_end/BottomUpProfileDataGridTree.js', 329 'front_end/BottomUpProfileDataGridTree.js',
329 'front_end/CPUProfileView.js', 330 'front_end/CPUProfileView.js',
330 'front_end/HeapSnapshotCommon.js', 331 'front_end/HeapSnapshotCommon.js',
331 'front_end/HeapSnapshotDataGrids.js', 332 'front_end/HeapSnapshotDataGrids.js',
332 'front_end/HeapSnapshotGridNodes.js', 333 'front_end/HeapSnapshotGridNodes.js',
333 'front_end/HeapSnapshotProxy.js', 334 'front_end/HeapSnapshotProxy.js',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 'front_end/TempStorageSharedWorker.js', 481 'front_end/TempStorageSharedWorker.js',
481 ], 482 ],
482 'devtools_script_formatter_worker_js_files': [ 483 'devtools_script_formatter_worker_js_files': [
483 'front_end/CSSFormatter.js', 484 'front_end/CSSFormatter.js',
484 'front_end/JavaScriptFormatter.js', 485 'front_end/JavaScriptFormatter.js',
485 'front_end/ScriptFormatterWorker.js', 486 'front_end/ScriptFormatterWorker.js',
486 'front_end/utilities.js', 487 'front_end/utilities.js',
487 ], 488 ],
488 }, 489 },
489 } 490 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/CountersGraph.js » ('j') | Source/devtools/front_end/TimelinePowerGraph.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698