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

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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "front_end/resources/appManifestView.css", 423 "front_end/resources/appManifestView.css",
424 "front_end/resources/AppManifestView.js", 424 "front_end/resources/AppManifestView.js",
425 "front_end/resources/clearStorageView.css", 425 "front_end/resources/clearStorageView.css",
426 "front_end/resources/ClearStorageView.js", 426 "front_end/resources/ClearStorageView.js",
427 "front_end/resources/CookieItemsView.js", 427 "front_end/resources/CookieItemsView.js",
428 "front_end/resources/DatabaseModel.js", 428 "front_end/resources/DatabaseModel.js",
429 "front_end/resources/DatabaseQueryView.js", 429 "front_end/resources/DatabaseQueryView.js",
430 "front_end/resources/DatabaseTableView.js", 430 "front_end/resources/DatabaseTableView.js",
431 "front_end/resources/DOMStorageItemsView.js", 431 "front_end/resources/DOMStorageItemsView.js",
432 "front_end/resources/DOMStorageModel.js", 432 "front_end/resources/DOMStorageModel.js",
433 "front_end/resources/frameMenu.css",
434 "front_end/resources/FrameMenu.js",
435 "front_end/resources/frameMenuSidebar.css",
436 "front_end/resources/FrameMenuSidebar.js",
433 "front_end/resources/IndexedDBModel.js", 437 "front_end/resources/IndexedDBModel.js",
434 "front_end/resources/indexedDBViews.css", 438 "front_end/resources/indexedDBViews.css",
435 "front_end/resources/IndexedDBViews.js", 439 "front_end/resources/IndexedDBViews.js",
436 "front_end/resources/module.json", 440 "front_end/resources/module.json",
437 "front_end/resources/resourcesPanel.css", 441 "front_end/resources/resourcesPanel.css",
438 "front_end/resources/ResourcesPanel.js", 442 "front_end/resources/ResourcesPanel.js",
439 "front_end/resources/ResourcesSection.js", 443 "front_end/resources/ResourcesSection.js",
440 "front_end/resources/resourcesSidebar.css", 444 "front_end/resources/resourcesSidebar.css",
441 "front_end/resources/serviceWorkerCacheViews.css", 445 "front_end/resources/serviceWorkerCacheViews.css",
442 "front_end/resources/ServiceWorkerCacheViews.js", 446 "front_end/resources/ServiceWorkerCacheViews.js",
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 ".eslintrc.js", 1140 ".eslintrc.js",
1137 "devtools-node-modules/", 1141 "devtools-node-modules/",
1138 "front_end/", 1142 "front_end/",
1139 "scripts/buildbot/run_eslint.py", 1143 "scripts/buildbot/run_eslint.py",
1140 "scripts/local_node/", 1144 "scripts/local_node/",
1141 "//testing/scripts/common.py", 1145 "//testing/scripts/common.py",
1142 "//testing/scripts/run_devtools_check.py", 1146 "//testing/scripts/run_devtools_check.py",
1143 "//testing/xvfb.py", 1147 "//testing/xvfb.py",
1144 ] 1148 ]
1145 } 1149 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698