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

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

Issue 2626313002: DevTools: split ProfilesPanel into multiple files. (Closed)
Patch Set: Introduce progress monitor Created 3 years, 11 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/public/public_features.gni") 6 import("//third_party/WebKit/public/public_features.gni")
7 import("//third_party/WebKit/Source/core/core.gni") 7 import("//third_party/WebKit/Source/core/core.gni")
8 8
9 all_devtools_files = [ 9 all_devtools_files = [
10 "front_end/accessibility/AccessibilityModel.js", 10 "front_end/accessibility/AccessibilityModel.js",
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "front_end/profiler/BottomUpProfileDataGrid.js", 349 "front_end/profiler/BottomUpProfileDataGrid.js",
350 "front_end/profiler/CPUProfileFlameChart.js", 350 "front_end/profiler/CPUProfileFlameChart.js",
351 "front_end/profiler/CPUProfileView.js", 351 "front_end/profiler/CPUProfileView.js",
352 "front_end/profiler/heapProfiler.css", 352 "front_end/profiler/heapProfiler.css",
353 "front_end/profiler/HeapProfileView.js", 353 "front_end/profiler/HeapProfileView.js",
354 "front_end/profiler/HeapSnapshotCommon.js", 354 "front_end/profiler/HeapSnapshotCommon.js",
355 "front_end/profiler/HeapSnapshotDataGrids.js", 355 "front_end/profiler/HeapSnapshotDataGrids.js",
356 "front_end/profiler/HeapSnapshotGridNodes.js", 356 "front_end/profiler/HeapSnapshotGridNodes.js",
357 "front_end/profiler/HeapSnapshotProxy.js", 357 "front_end/profiler/HeapSnapshotProxy.js",
358 "front_end/profiler/HeapSnapshotView.js", 358 "front_end/profiler/HeapSnapshotView.js",
359 "front_end/profiler/MemoryProfilerPanel.js",
359 "front_end/profiler/module.json", 360 "front_end/profiler/module.json",
360 "front_end/profiler/ProfileDataGrid.js", 361 "front_end/profiler/ProfileDataGrid.js",
362 "front_end/profiler/ProfileHeader.js",
361 "front_end/profiler/ProfileLauncherView.js", 363 "front_end/profiler/ProfileLauncherView.js",
364 "front_end/profiler/ProfileType.js",
362 "front_end/profiler/profilesPanel.css", 365 "front_end/profiler/profilesPanel.css",
363 "front_end/profiler/ProfilesPanel.js", 366 "front_end/profiler/ProfilesPanel.js",
364 "front_end/profiler/profilesSidebarTree.css", 367 "front_end/profiler/profilesSidebarTree.css",
365 "front_end/profiler/ProfileTypeRegistry.js", 368 "front_end/profiler/ProfileTypeRegistry.js",
366 "front_end/profiler/ProfileView.js", 369 "front_end/profiler/ProfileView.js",
367 "front_end/profiler/TargetsComboBoxController.js", 370 "front_end/profiler/TargetsComboBoxController.js",
368 "front_end/profiler/TopDownProfileDataGrid.js", 371 "front_end/profiler/TopDownProfileDataGrid.js",
369 "front_end/protocol/InspectorBackend.js", 372 "front_end/protocol/InspectorBackend.js",
370 "front_end/quick_open/CommandMenu.js", 373 "front_end/quick_open/CommandMenu.js",
371 "front_end/quick_open/filteredListWidget.css", 374 "front_end/quick_open/filteredListWidget.css",
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 ".eslintrc.js", 1064 ".eslintrc.js",
1062 "devtools-node-modules/", 1065 "devtools-node-modules/",
1063 "front_end/", 1066 "front_end/",
1064 "scripts/buildbot/run_eslint.py", 1067 "scripts/buildbot/run_eslint.py",
1065 "scripts/local_node/", 1068 "scripts/local_node/",
1066 "//testing/scripts/common.py", 1069 "//testing/scripts/common.py",
1067 "//testing/scripts/run_devtools_check.py", 1070 "//testing/scripts/run_devtools_check.py",
1068 "//testing/xvfb.py", 1071 "//testing/xvfb.py",
1069 ] 1072 ]
1070 } 1073 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698