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

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

Issue 236893002: DevTools: Move CPUProfileDataModel and CPUFlameChartDataProvider into a separate file (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 | « no previous file | Source/devtools/front_end/CPUProfileModel.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'front_end/TimelineView.js', 328 'front_end/TimelineView.js',
329 'front_end/TimelinePowerGraph.js', 329 'front_end/TimelinePowerGraph.js',
330 'front_end/TimelinePowerOverview.js', 330 'front_end/TimelinePowerOverview.js',
331 'front_end/TimelinePanel.js', 331 'front_end/TimelinePanel.js',
332 'front_end/TimelineTracingView.js', 332 'front_end/TimelineTracingView.js',
333 ], 333 ],
334 'devtools_profiles_js_files': [ 334 'devtools_profiles_js_files': [
335 'front_end/CPUProfileBottomUpDataGrid.js', 335 'front_end/CPUProfileBottomUpDataGrid.js',
336 'front_end/CPUProfileDataGrid.js', 336 'front_end/CPUProfileDataGrid.js',
337 'front_end/CPUProfileFlameChart.js', 337 'front_end/CPUProfileFlameChart.js',
338 'front_end/CPUProfileModel.js',
338 'front_end/CPUProfileTopDownDataGrid.js', 339 'front_end/CPUProfileTopDownDataGrid.js',
339 'front_end/CPUProfileView.js', 340 'front_end/CPUProfileView.js',
340 'front_end/HeapSnapshotCommon.js', 341 'front_end/HeapSnapshotCommon.js',
341 'front_end/HeapSnapshotDataGrids.js', 342 'front_end/HeapSnapshotDataGrids.js',
342 'front_end/HeapSnapshotGridNodes.js', 343 'front_end/HeapSnapshotGridNodes.js',
343 'front_end/HeapSnapshotProxy.js', 344 'front_end/HeapSnapshotProxy.js',
344 'front_end/HeapSnapshotView.js', 345 'front_end/HeapSnapshotView.js',
345 'front_end/HeapSnapshotWorkerDispatcher.js', 346 'front_end/HeapSnapshotWorkerDispatcher.js',
346 'front_end/PieChart.js', 347 'front_end/PieChart.js',
347 'front_end/ProfilesPanel.js', 348 'front_end/ProfilesPanel.js',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 'front_end/TempStorageSharedWorker.js', 490 'front_end/TempStorageSharedWorker.js',
490 ], 491 ],
491 'devtools_script_formatter_worker_js_files': [ 492 'devtools_script_formatter_worker_js_files': [
492 'front_end/CSSFormatter.js', 493 'front_end/CSSFormatter.js',
493 'front_end/JavaScriptFormatter.js', 494 'front_end/JavaScriptFormatter.js',
494 'front_end/ScriptFormatterWorker.js', 495 'front_end/ScriptFormatterWorker.js',
495 'front_end/utilities.js', 496 'front_end/utilities.js',
496 ], 497 ],
497 }, 498 },
498 } 499 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/CPUProfileModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698