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

Side by Side Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2337803003: [DevTools] Migrate ProfilesPanel to TreeOutlineInShadow. (Closed)
Patch Set: Created 4 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//third_party/WebKit/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 7
8 devtools_embedder_scripts = [ 8 devtools_embedder_scripts = [
9 "front_end/devtools.js", 9 "front_end/devtools.js",
10 "front_end/Tests.js", 10 "front_end/Tests.js",
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 "front_end/network/RequestPreviewView.js", 532 "front_end/network/RequestPreviewView.js",
533 "front_end/network/RequestResponseView.js", 533 "front_end/network/RequestResponseView.js",
534 "front_end/network/RequestTimingView.js", 534 "front_end/network/RequestTimingView.js",
535 "front_end/network/RequestView.js", 535 "front_end/network/RequestView.js",
536 "front_end/network/ResourceWebSocketFrameView.js", 536 "front_end/network/ResourceWebSocketFrameView.js",
537 "front_end/network/XMLView.js", 537 "front_end/network/XMLView.js",
538 ] 538 ]
539 devtools_profiler_js_files = [ 539 devtools_profiler_js_files = [
540 "front_end/profiler/heapProfiler.css", 540 "front_end/profiler/heapProfiler.css",
541 "front_end/profiler/profilesPanel.css", 541 "front_end/profiler/profilesPanel.css",
542 "front_end/profiler/profilesSidebarTree.css",
542 "front_end/profiler/BottomUpProfileDataGrid.js", 543 "front_end/profiler/BottomUpProfileDataGrid.js",
543 "front_end/profiler/CPUProfileFlameChart.js", 544 "front_end/profiler/CPUProfileFlameChart.js",
544 "front_end/profiler/CPUProfileView.js", 545 "front_end/profiler/CPUProfileView.js",
545 "front_end/profiler/HeapProfileView.js", 546 "front_end/profiler/HeapProfileView.js",
546 "front_end/profiler/HeapSnapshotCommon.js", 547 "front_end/profiler/HeapSnapshotCommon.js",
547 "front_end/profiler/HeapSnapshotDataGrids.js", 548 "front_end/profiler/HeapSnapshotDataGrids.js",
548 "front_end/profiler/HeapSnapshotGridNodes.js", 549 "front_end/profiler/HeapSnapshotGridNodes.js",
549 "front_end/profiler/HeapSnapshotProxy.js", 550 "front_end/profiler/HeapSnapshotProxy.js",
550 "front_end/profiler/HeapSnapshotView.js", 551 "front_end/profiler/HeapSnapshotView.js",
551 "front_end/profiler/ProfileDataGrid.js", 552 "front_end/profiler/ProfileDataGrid.js",
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1159 ] 1160 ]
1160 } 1161 }
1161 1162
1162 copy("copy_emulated_devices_images_debug") { 1163 copy("copy_emulated_devices_images_debug") {
1163 sources = devtools_emulated_devices_images 1164 sources = devtools_emulated_devices_images
1164 outputs = [ 1165 outputs = [
1165 "$resources_out_debug_dir/emulated_devices/{{source_file_part}}", 1166 "$resources_out_debug_dir/emulated_devices/{{source_file_part}}",
1166 ] 1167 ]
1167 } 1168 }
1168 } 1169 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698