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

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

Issue 2814263002: DevTools: Show a list of availble QuickOpen providers (Closed)
Patch Set: Changes Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/quick_open/FilteredListWidget.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 # 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 "front_end/profiler/profilesSidebarTree.css", 401 "front_end/profiler/profilesSidebarTree.css",
402 "front_end/profiler/ProfileTypeRegistry.js", 402 "front_end/profiler/ProfileTypeRegistry.js",
403 "front_end/profiler/ProfileView.js", 403 "front_end/profiler/ProfileView.js",
404 "front_end/profiler/TargetsComboBoxController.js", 404 "front_end/profiler/TargetsComboBoxController.js",
405 "front_end/profiler/TopDownProfileDataGrid.js", 405 "front_end/profiler/TopDownProfileDataGrid.js",
406 "front_end/protocol/InspectorBackend.js", 406 "front_end/protocol/InspectorBackend.js",
407 "front_end/protocol/module.json", 407 "front_end/protocol/module.json",
408 "front_end/quick_open/CommandMenu.js", 408 "front_end/quick_open/CommandMenu.js",
409 "front_end/quick_open/filteredListWidget.css", 409 "front_end/quick_open/filteredListWidget.css",
410 "front_end/quick_open/FilteredListWidget.js", 410 "front_end/quick_open/FilteredListWidget.js",
411 "front_end/quick_open/HelpQuickOpen.js",
411 "front_end/quick_open/QuickOpen.js", 412 "front_end/quick_open/QuickOpen.js",
412 "front_end/quick_open/module.json", 413 "front_end/quick_open/module.json",
413 "front_end/resources/ApplicationCacheModel.js", 414 "front_end/resources/ApplicationCacheModel.js",
414 "front_end/resources/ApplicationCacheItemsView.js", 415 "front_end/resources/ApplicationCacheItemsView.js",
415 "front_end/resources/ApplicationPanelSidebar.js", 416 "front_end/resources/ApplicationPanelSidebar.js",
416 "front_end/resources/appManifestView.css", 417 "front_end/resources/appManifestView.css",
417 "front_end/resources/AppManifestView.js", 418 "front_end/resources/AppManifestView.js",
418 "front_end/resources/clearStorageView.css", 419 "front_end/resources/clearStorageView.css",
419 "front_end/resources/ClearStorageView.js", 420 "front_end/resources/ClearStorageView.js",
420 "front_end/resources/CookieItemsView.js", 421 "front_end/resources/CookieItemsView.js",
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
1128 ".eslintrc.js", 1129 ".eslintrc.js",
1129 "devtools-node-modules/", 1130 "devtools-node-modules/",
1130 "front_end/", 1131 "front_end/",
1131 "scripts/buildbot/run_eslint.py", 1132 "scripts/buildbot/run_eslint.py",
1132 "scripts/local_node/", 1133 "scripts/local_node/",
1133 "//testing/scripts/common.py", 1134 "//testing/scripts/common.py",
1134 "//testing/scripts/run_devtools_check.py", 1135 "//testing/scripts/run_devtools_check.py",
1135 "//testing/xvfb.py", 1136 "//testing/xvfb.py",
1136 ] 1137 ]
1137 } 1138 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/quick_open/FilteredListWidget.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698