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

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

Issue 1073863003: DevTools: remove Canvas profiler from DevTools source base. See details in the bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tests gone Created 5 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
« no previous file with comments | « Source/devtools/PRESUBMIT.py ('k') | Source/devtools/front_end/common/Settings.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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'front_end/network/RequestHTMLView.js', 445 'front_end/network/RequestHTMLView.js',
446 'front_end/network/RequestJSONView.js', 446 'front_end/network/RequestJSONView.js',
447 'front_end/network/RequestPreviewView.js', 447 'front_end/network/RequestPreviewView.js',
448 'front_end/network/RequestResponseView.js', 448 'front_end/network/RequestResponseView.js',
449 'front_end/network/RequestTimingView.js', 449 'front_end/network/RequestTimingView.js',
450 'front_end/network/RequestView.js', 450 'front_end/network/RequestView.js',
451 'front_end/network/ResourceWebSocketFrameView.js', 451 'front_end/network/ResourceWebSocketFrameView.js',
452 'front_end/network/XMLView.js', 452 'front_end/network/XMLView.js',
453 ], 453 ],
454 'devtools_profiler_js_files': [ 454 'devtools_profiler_js_files': [
455 'front_end/profiler/canvasProfiler.css',
456 'front_end/profiler/heapProfiler.css', 455 'front_end/profiler/heapProfiler.css',
457 'front_end/profiler/profilesPanel.css', 456 'front_end/profiler/profilesPanel.css',
458 'front_end/profiler/CanvasProfileView.js',
459 'front_end/profiler/CanvasReplayStateView.js',
460 'front_end/profiler/CPUProfileBottomUpDataGrid.js', 457 'front_end/profiler/CPUProfileBottomUpDataGrid.js',
461 'front_end/profiler/CPUProfileDataGrid.js', 458 'front_end/profiler/CPUProfileDataGrid.js',
462 'front_end/profiler/CPUProfileFlameChart.js', 459 'front_end/profiler/CPUProfileFlameChart.js',
463 'front_end/profiler/CPUProfileTopDownDataGrid.js', 460 'front_end/profiler/CPUProfileTopDownDataGrid.js',
464 'front_end/profiler/CPUProfileView.js', 461 'front_end/profiler/CPUProfileView.js',
465 'front_end/profiler/HeapSnapshotCommon.js', 462 'front_end/profiler/HeapSnapshotCommon.js',
466 'front_end/profiler/HeapSnapshotDataGrids.js', 463 'front_end/profiler/HeapSnapshotDataGrids.js',
467 'front_end/profiler/HeapSnapshotGridNodes.js', 464 'front_end/profiler/HeapSnapshotGridNodes.js',
468 'front_end/profiler/HeapSnapshotProxy.js', 465 'front_end/profiler/HeapSnapshotProxy.js',
469 'front_end/profiler/HeapSnapshotView.js', 466 'front_end/profiler/HeapSnapshotView.js',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 'front_end/Images/thumbVert.png', 738 'front_end/Images/thumbVert.png',
742 'front_end/Images/toolbarItemSelected.png', 739 'front_end/Images/toolbarItemSelected.png',
743 'front_end/Images/touchCursor.png', 740 'front_end/Images/touchCursor.png',
744 'front_end/Images/touchCursor_2x.png', 741 'front_end/Images/touchCursor_2x.png',
745 ], 742 ],
746 'devtools_extension_api_files': [ 743 'devtools_extension_api_files': [
747 'front_end/extensions/ExtensionAPI.js', 744 'front_end/extensions/ExtensionAPI.js',
748 ], 745 ],
749 }, 746 },
750 } 747 }
OLDNEW
« no previous file with comments | « Source/devtools/PRESUBMIT.py ('k') | Source/devtools/front_end/common/Settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698