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

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

Issue 709423002: DevTools: remove old Timeline front-end implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated LayoutTests/inspector/layers/layer-canvas-log.html Created 6 years, 1 month 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'front_end/sdk/PaintProfiler.js', 159 'front_end/sdk/PaintProfiler.js',
160 'front_end/sdk/PowerProfiler.js', 160 'front_end/sdk/PowerProfiler.js',
161 'front_end/sdk/RemoteObject.js', 161 'front_end/sdk/RemoteObject.js',
162 'front_end/sdk/Resource.js', 162 'front_end/sdk/Resource.js',
163 'front_end/sdk/ResourceTreeModel.js', 163 'front_end/sdk/ResourceTreeModel.js',
164 'front_end/sdk/RuntimeModel.js', 164 'front_end/sdk/RuntimeModel.js',
165 'front_end/sdk/Script.js', 165 'front_end/sdk/Script.js',
166 'front_end/sdk/SnippetStorage.js', 166 'front_end/sdk/SnippetStorage.js',
167 'front_end/sdk/SourceMap.js', 167 'front_end/sdk/SourceMap.js',
168 'front_end/sdk/Target.js', 168 'front_end/sdk/Target.js',
169 'front_end/sdk/TimelineManager.js',
170 'front_end/sdk/TracingManager.js', 169 'front_end/sdk/TracingManager.js',
171 'front_end/sdk/WorkerManager.js', 170 'front_end/sdk/WorkerManager.js',
172 'front_end/sdk/WorkerTargetManager.js', 171 'front_end/sdk/WorkerTargetManager.js',
173 ], 172 ],
174 'devtools_workspace_js_files': [ 173 'devtools_workspace_js_files': [
175 'front_end/workspace/FileManager.js', 174 'front_end/workspace/FileManager.js',
176 'front_end/workspace/FileSystemMapping.js', 175 'front_end/workspace/FileSystemMapping.js',
177 'front_end/workspace/FileSystemWorkspaceBinding.js', 176 'front_end/workspace/FileSystemWorkspaceBinding.js',
178 'front_end/workspace/IsolatedFileSystem.js', 177 'front_end/workspace/IsolatedFileSystem.js',
179 'front_end/workspace/IsolatedFileSystemManager.js', 178 'front_end/workspace/IsolatedFileSystemManager.js',
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 'front_end/timeline/MemoryCountersGraph.js', 522 'front_end/timeline/MemoryCountersGraph.js',
524 'front_end/timeline/PaintProfilerView.js', 523 'front_end/timeline/PaintProfilerView.js',
525 'front_end/timeline/TimelineEventOverview.js', 524 'front_end/timeline/TimelineEventOverview.js',
526 'front_end/timeline/TimelineFlameChart.js', 525 'front_end/timeline/TimelineFlameChart.js',
527 'front_end/timeline/TimelineFrameModel.js', 526 'front_end/timeline/TimelineFrameModel.js',
528 'front_end/timeline/TimelineFrameOverview.js', 527 'front_end/timeline/TimelineFrameOverview.js',
529 'front_end/timeline/TimelineJSProfile.js', 528 'front_end/timeline/TimelineJSProfile.js',
530 'front_end/timeline/TimelineLayersView.js', 529 'front_end/timeline/TimelineLayersView.js',
531 'front_end/timeline/TimelineMemoryOverview.js', 530 'front_end/timeline/TimelineMemoryOverview.js',
532 'front_end/timeline/TimelineModel.js', 531 'front_end/timeline/TimelineModel.js',
533 'front_end/timeline/TimelineModelImpl.js',
534 'front_end/timeline/TimelineOverviewPane.js', 532 'front_end/timeline/TimelineOverviewPane.js',
535 'front_end/timeline/TimelinePaintProfilerView.js', 533 'front_end/timeline/TimelinePaintProfilerView.js',
536 'front_end/timeline/TimelinePanel.js', 534 'front_end/timeline/TimelinePanel.js',
537 'front_end/timeline/TimelinePowerGraph.js', 535 'front_end/timeline/TimelinePowerGraph.js',
538 'front_end/timeline/TimelinePowerOverview.js', 536 'front_end/timeline/TimelinePowerOverview.js',
539 'front_end/timeline/TimelinePresentationModel.js', 537 'front_end/timeline/TimelinePresentationModel.js',
540 'front_end/timeline/TimelineUIUtils.js', 538 'front_end/timeline/TimelineUIUtils.js',
541 'front_end/timeline/TimelineUIUtilsImpl.js',
542 'front_end/timeline/TimelineView.js', 539 'front_end/timeline/TimelineView.js',
543 'front_end/timeline/TracingModel.js', 540 'front_end/timeline/TracingModel.js',
544 'front_end/timeline/TracingTimelineModel.js', 541 'front_end/timeline/TracingTimelineModel.js',
545 'front_end/timeline/TracingTimelineUIUtils.js', 542 'front_end/timeline/TracingTimelineUIUtils.js',
546 'front_end/timeline/TransformController.js', 543 'front_end/timeline/TransformController.js',
547 ], 544 ],
548 545
549 # Third-party code. 546 # Third-party code.
550 'devtools_cm_css_files': [ 547 'devtools_cm_css_files': [
551 'front_end/cm/codemirror.css', 548 'front_end/cm/codemirror.css',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'front_end/Images/touchCursor.png', 661 'front_end/Images/touchCursor.png',
665 'front_end/Images/touchCursor_2x.png', 662 'front_end/Images/touchCursor_2x.png',
666 'front_end/Images/transformControls.png', 663 'front_end/Images/transformControls.png',
667 'front_end/Images/transformControls_2x.png', 664 'front_end/Images/transformControls_2x.png',
668 ], 665 ],
669 'devtools_extension_api_files': [ 666 'devtools_extension_api_files': [
670 'front_end/extensions/ExtensionAPI.js', 667 'front_end/extensions/ExtensionAPI.js',
671 ], 668 ],
672 }, 669 },
673 } 670 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698