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

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

Issue 659403003: Timeline: add layer tree outline to layer details view (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed layersPanel.css altogether Created 6 years, 2 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/layers/LayerTreeOutline.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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'front_end/filter.css', 313 'front_end/filter.css',
314 'front_end/filteredItemSelectionDialog.css', 314 'front_end/filteredItemSelectionDialog.css',
315 'front_end/flameChart.css', 315 'front_end/flameChart.css',
316 'front_end/fontView.css', 316 'front_end/fontView.css',
317 'front_end/heapProfiler.css', 317 'front_end/heapProfiler.css',
318 'front_end/helpScreen.css', 318 'front_end/helpScreen.css',
319 'front_end/imageView.css', 319 'front_end/imageView.css',
320 'front_end/indexedDBViews.css', 320 'front_end/indexedDBViews.css',
321 'front_end/inspectorCommon.css', 321 'front_end/inspectorCommon.css',
322 'front_end/inspectorSyntaxHighlight.css', 322 'front_end/inspectorSyntaxHighlight.css',
323 'front_end/layersPanel.css',
324 'front_end/navigatorView.css', 323 'front_end/navigatorView.css',
325 'front_end/networkLogView.css', 324 'front_end/networkLogView.css',
326 'front_end/networkPanel.css', 325 'front_end/networkPanel.css',
327 'front_end/overrides.css', 326 'front_end/overrides.css',
328 'front_end/overviewGrid.css', 327 'front_end/overviewGrid.css',
329 'front_end/panelEnablerView.css', 328 'front_end/panelEnablerView.css',
330 'front_end/pieChart.css', 329 'front_end/pieChart.css',
331 'front_end/profilesPanel.css', 330 'front_end/profilesPanel.css',
332 'front_end/promisesPanel.css', 331 'front_end/promisesPanel.css',
333 'front_end/requestCookiesView.css', 332 'front_end/requestCookiesView.css',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', 399 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js',
401 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', 400 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js',
402 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', 401 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js',
403 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', 402 'front_end/heap_snapshot_worker/JSHeapSnapshot.js',
404 'front_end/profiler/HeapSnapshotCommon.js', 403 'front_end/profiler/HeapSnapshotCommon.js',
405 ], 404 ],
406 'devtools_layers_js_files': [ 405 'devtools_layers_js_files': [
407 'front_end/layers/LayerDetailsView.js', 406 'front_end/layers/LayerDetailsView.js',
408 'front_end/layers/LayerPaintProfilerView.js', 407 'front_end/layers/LayerPaintProfilerView.js',
409 'front_end/layers/LayersPanel.js', 408 'front_end/layers/LayersPanel.js',
410 'front_end/layers/LayerTreeOutline.js',
411 ], 409 ],
412 'devtools_network_js_files': [ 410 'devtools_network_js_files': [
413 'front_end/network/HAREntry.js', 411 'front_end/network/HAREntry.js',
414 'front_end/network/NetworkItemView.js', 412 'front_end/network/NetworkItemView.js',
415 'front_end/network/NetworkPanel.js', 413 'front_end/network/NetworkPanel.js',
416 'front_end/network/RequestCookiesView.js', 414 'front_end/network/RequestCookiesView.js',
417 'front_end/network/RequestHeadersView.js', 415 'front_end/network/RequestHeadersView.js',
418 'front_end/network/RequestHTMLView.js', 416 'front_end/network/RequestHTMLView.js',
419 'front_end/network/RequestJSONView.js', 417 'front_end/network/RequestJSONView.js',
420 'front_end/network/RequestPreviewView.js', 418 'front_end/network/RequestPreviewView.js',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 'front_end/sources/ThreadsSidebarPane.js', 505 'front_end/sources/ThreadsSidebarPane.js',
508 'front_end/sources/UISourceCodeFrame.js', 506 'front_end/sources/UISourceCodeFrame.js',
509 'front_end/sources/WatchExpressionsSidebarPane.js', 507 'front_end/sources/WatchExpressionsSidebarPane.js',
510 'front_end/sources/WorkspaceMappingTip.js', 508 'front_end/sources/WorkspaceMappingTip.js',
511 ], 509 ],
512 'devtools_temp_storage_shared_worker_js_files': [ 510 'devtools_temp_storage_shared_worker_js_files': [
513 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 511 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
514 ], 512 ],
515 'devtools_timeline_js_files': [ 513 'devtools_timeline_js_files': [
516 'front_end/timeline/CountersGraph.js', 514 'front_end/timeline/CountersGraph.js',
515 'front_end/timeline/LayerTreeOutline.js',
517 'front_end/timeline/Layers3DView.js', 516 'front_end/timeline/Layers3DView.js',
518 'front_end/timeline/MemoryCountersGraph.js', 517 'front_end/timeline/MemoryCountersGraph.js',
519 'front_end/timeline/PaintProfilerView.js', 518 'front_end/timeline/PaintProfilerView.js',
520 'front_end/timeline/TimelineEventOverview.js', 519 'front_end/timeline/TimelineEventOverview.js',
521 'front_end/timeline/TimelineFlameChart.js', 520 'front_end/timeline/TimelineFlameChart.js',
522 'front_end/timeline/TimelineFrameModel.js', 521 'front_end/timeline/TimelineFrameModel.js',
523 'front_end/timeline/TimelineFrameOverview.js', 522 'front_end/timeline/TimelineFrameOverview.js',
524 'front_end/timeline/TimelineJSProfile.js', 523 'front_end/timeline/TimelineJSProfile.js',
525 'front_end/timeline/TimelineLayersView.js', 524 'front_end/timeline/TimelineLayersView.js',
526 'front_end/timeline/TimelineMemoryOverview.js', 525 'front_end/timeline/TimelineMemoryOverview.js',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 'front_end/Images/touchCursor.png', 658 'front_end/Images/touchCursor.png',
660 'front_end/Images/touchCursor_2x.png', 659 'front_end/Images/touchCursor_2x.png',
661 'front_end/Images/transformControls.png', 660 'front_end/Images/transformControls.png',
662 'front_end/Images/transformControls_2x.png', 661 'front_end/Images/transformControls_2x.png',
663 ], 662 ],
664 'devtools_extension_api_files': [ 663 'devtools_extension_api_files': [
665 'front_end/extensions/ExtensionAPI.js', 664 'front_end/extensions/ExtensionAPI.js',
666 ], 665 ],
667 }, 666 },
668 } 667 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/layers/LayerTreeOutline.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698