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

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

Issue 1048663002: [invalidations] Convert invalidations to use TreeOutline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update per reviewer comments 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 | 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'front_end/sources/XHRBreakpointsSidebarPane.js', 570 'front_end/sources/XHRBreakpointsSidebarPane.js',
571 ], 571 ],
572 'devtools_snippets_js_files': [ 572 'devtools_snippets_js_files': [
573 'front_end/snippets/ScriptSnippetModel.js', 573 'front_end/snippets/ScriptSnippetModel.js',
574 'front_end/snippets/SnippetStorage.js', 574 'front_end/snippets/SnippetStorage.js',
575 ], 575 ],
576 'devtools_temp_storage_shared_worker_js_files': [ 576 'devtools_temp_storage_shared_worker_js_files': [
577 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 577 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
578 ], 578 ],
579 'devtools_timeline_js_files': [ 579 'devtools_timeline_js_files': [
580 'front_end/timeline/invalidationsTree.css',
580 'front_end/timeline/timelinePanel.css', 581 'front_end/timeline/timelinePanel.css',
581 'front_end/timeline/CountersGraph.js', 582 'front_end/timeline/CountersGraph.js',
582 'front_end/timeline/LayerDetailsView.js', 583 'front_end/timeline/LayerDetailsView.js',
583 'front_end/timeline/LayerTreeOutline.js', 584 'front_end/timeline/LayerTreeOutline.js',
584 'front_end/timeline/LayerViewHost.js', 585 'front_end/timeline/LayerViewHost.js',
585 'front_end/timeline/Layers3DView.js', 586 'front_end/timeline/Layers3DView.js',
586 'front_end/timeline/MemoryCountersGraph.js', 587 'front_end/timeline/MemoryCountersGraph.js',
587 'front_end/timeline/PaintProfilerView.js', 588 'front_end/timeline/PaintProfilerView.js',
588 'front_end/timeline/TimelineEventOverview.js', 589 'front_end/timeline/TimelineEventOverview.js',
589 'front_end/timeline/TimelineFlameChart.js', 590 'front_end/timeline/TimelineFlameChart.js',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'front_end/Images/thumbVert.png', 739 'front_end/Images/thumbVert.png',
739 'front_end/Images/toolbarItemSelected.png', 740 'front_end/Images/toolbarItemSelected.png',
740 'front_end/Images/touchCursor.png', 741 'front_end/Images/touchCursor.png',
741 'front_end/Images/touchCursor_2x.png', 742 'front_end/Images/touchCursor_2x.png',
742 ], 743 ],
743 'devtools_extension_api_files': [ 744 'devtools_extension_api_files': [
744 'front_end/extensions/ExtensionAPI.js', 745 'front_end/extensions/ExtensionAPI.js',
745 ], 746 ],
746 }, 747 },
747 } 748 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698