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

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

Issue 2773583002: [DevTools] Introduce a sidebar with a drop-down
Patch Set: [DevTools] Introduce a sidebar with a drop-down Created 3 years, 7 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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "front_end/resources/appManifestView.css", 435 "front_end/resources/appManifestView.css",
436 "front_end/resources/AppManifestView.js", 436 "front_end/resources/AppManifestView.js",
437 "front_end/resources/clearStorageView.css", 437 "front_end/resources/clearStorageView.css",
438 "front_end/resources/ClearStorageView.js", 438 "front_end/resources/ClearStorageView.js",
439 "front_end/resources/CookieItemsView.js", 439 "front_end/resources/CookieItemsView.js",
440 "front_end/resources/DatabaseModel.js", 440 "front_end/resources/DatabaseModel.js",
441 "front_end/resources/DatabaseQueryView.js", 441 "front_end/resources/DatabaseQueryView.js",
442 "front_end/resources/DatabaseTableView.js", 442 "front_end/resources/DatabaseTableView.js",
443 "front_end/resources/DOMStorageItemsView.js", 443 "front_end/resources/DOMStorageItemsView.js",
444 "front_end/resources/DOMStorageModel.js", 444 "front_end/resources/DOMStorageModel.js",
445 "front_end/resources/frameMenu.css",
446 "front_end/resources/FrameMenu.js",
447 "front_end/resources/frameMenuSidebar.css",
448 "front_end/resources/FrameMenuSidebar.js",
445 "front_end/resources/IndexedDBModel.js", 449 "front_end/resources/IndexedDBModel.js",
446 "front_end/resources/indexedDBViews.css", 450 "front_end/resources/indexedDBViews.css",
447 "front_end/resources/IndexedDBViews.js", 451 "front_end/resources/IndexedDBViews.js",
448 "front_end/resources/module.json", 452 "front_end/resources/module.json",
449 "front_end/resources/resourcesPanel.css", 453 "front_end/resources/resourcesPanel.css",
450 "front_end/resources/ResourcesPanel.js", 454 "front_end/resources/ResourcesPanel.js",
451 "front_end/resources/ResourcesSection.js", 455 "front_end/resources/ResourcesSection.js",
452 "front_end/resources/resourcesSidebar.css", 456 "front_end/resources/resourcesSidebar.css",
453 "front_end/resources/serviceWorkerCacheViews.css", 457 "front_end/resources/serviceWorkerCacheViews.css",
454 "front_end/resources/ServiceWorkerCacheViews.js", 458 "front_end/resources/ServiceWorkerCacheViews.js",
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 ".eslintrc.js", 1148 ".eslintrc.js",
1145 "devtools-node-modules/", 1149 "devtools-node-modules/",
1146 "front_end/", 1150 "front_end/",
1147 "scripts/buildbot/run_eslint.py", 1151 "scripts/buildbot/run_eslint.py",
1148 "scripts/local_node/", 1152 "scripts/local_node/",
1149 "//testing/scripts/common.py", 1153 "//testing/scripts/common.py",
1150 "//testing/scripts/run_devtools_check.py", 1154 "//testing/scripts/run_devtools_check.py",
1151 "//testing/xvfb.py", 1155 "//testing/xvfb.py",
1152 ] 1156 ]
1153 } 1157 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698