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

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

Issue 1354833002: DevTools: Nuke timeline frame overview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'front_end/timeline/CountersGraph.js', 645 'front_end/timeline/CountersGraph.js',
646 'front_end/timeline/LayerDetailsView.js', 646 'front_end/timeline/LayerDetailsView.js',
647 'front_end/timeline/LayerTreeOutline.js', 647 'front_end/timeline/LayerTreeOutline.js',
648 'front_end/timeline/LayerViewHost.js', 648 'front_end/timeline/LayerViewHost.js',
649 'front_end/timeline/Layers3DView.js', 649 'front_end/timeline/Layers3DView.js',
650 'front_end/timeline/MemoryCountersGraph.js', 650 'front_end/timeline/MemoryCountersGraph.js',
651 'front_end/timeline/PaintProfilerView.js', 651 'front_end/timeline/PaintProfilerView.js',
652 'front_end/timeline/TimelineEventOverview.js', 652 'front_end/timeline/TimelineEventOverview.js',
653 'front_end/timeline/TimelineFlameChart.js', 653 'front_end/timeline/TimelineFlameChart.js',
654 'front_end/timeline/TimelineFrameModel.js', 654 'front_end/timeline/TimelineFrameModel.js',
655 'front_end/timeline/TimelineFrameOverview.js',
656 'front_end/timeline/TimelineJSProfile.js', 655 'front_end/timeline/TimelineJSProfile.js',
657 'front_end/timeline/TimelineLayersView.js', 656 'front_end/timeline/TimelineLayersView.js',
658 'front_end/timeline/TimelineModel.js', 657 'front_end/timeline/TimelineModel.js',
659 'front_end/timeline/TimelinePaintProfilerView.js', 658 'front_end/timeline/TimelinePaintProfilerView.js',
660 'front_end/timeline/TimelinePanel.js', 659 'front_end/timeline/TimelinePanel.js',
661 'front_end/timeline/TimelinePresentationModel.js', 660 'front_end/timeline/TimelinePresentationModel.js',
662 'front_end/timeline/TimelineTreeView.js', 661 'front_end/timeline/TimelineTreeView.js',
663 'front_end/timeline/TimelineUIUtils.js', 662 'front_end/timeline/TimelineUIUtils.js',
664 'front_end/timeline/TimelineView.js', 663 'front_end/timeline/TimelineView.js',
665 'front_end/timeline/TransformController.js', 664 'front_end/timeline/TransformController.js',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 'front_end/Images/toolbarItemSelected.png', 808 'front_end/Images/toolbarItemSelected.png',
810 'front_end/Images/touchCursor.png', 809 'front_end/Images/touchCursor.png',
811 'front_end/Images/touchCursor_2x.png', 810 'front_end/Images/touchCursor_2x.png',
812 'front_end/Images/updateServiceWorker.svg', 811 'front_end/Images/updateServiceWorker.svg',
813 ], 812 ],
814 'devtools_extension_api_files': [ 813 'devtools_extension_api_files': [
815 'front_end/extensions/ExtensionAPI.js', 814 'front_end/extensions/ExtensionAPI.js',
816 ], 815 ],
817 }, 816 },
818 } 817 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698