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

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, 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
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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "front_end/resources/appManifestView.css", 416 "front_end/resources/appManifestView.css",
417 "front_end/resources/AppManifestView.js", 417 "front_end/resources/AppManifestView.js",
418 "front_end/resources/clearStorageView.css", 418 "front_end/resources/clearStorageView.css",
419 "front_end/resources/ClearStorageView.js", 419 "front_end/resources/ClearStorageView.js",
420 "front_end/resources/CookieItemsView.js", 420 "front_end/resources/CookieItemsView.js",
421 "front_end/resources/DatabaseModel.js", 421 "front_end/resources/DatabaseModel.js",
422 "front_end/resources/DatabaseQueryView.js", 422 "front_end/resources/DatabaseQueryView.js",
423 "front_end/resources/DatabaseTableView.js", 423 "front_end/resources/DatabaseTableView.js",
424 "front_end/resources/DOMStorageItemsView.js", 424 "front_end/resources/DOMStorageItemsView.js",
425 "front_end/resources/DOMStorageModel.js", 425 "front_end/resources/DOMStorageModel.js",
426 "front_end/resources/frameMenu.css",
427 "front_end/resources/FrameMenu.js",
428 "front_end/resources/frameMenuSidebar.css",
429 "front_end/resources/FrameMenuSidebar.js",
426 "front_end/resources/IndexedDBModel.js", 430 "front_end/resources/IndexedDBModel.js",
427 "front_end/resources/indexedDBViews.css", 431 "front_end/resources/indexedDBViews.css",
428 "front_end/resources/IndexedDBViews.js", 432 "front_end/resources/IndexedDBViews.js",
429 "front_end/resources/module.json", 433 "front_end/resources/module.json",
430 "front_end/resources/resourcesPanel.css", 434 "front_end/resources/resourcesPanel.css",
431 "front_end/resources/ResourcesPanel.js", 435 "front_end/resources/ResourcesPanel.js",
432 "front_end/resources/ResourcesSection.js", 436 "front_end/resources/ResourcesSection.js",
433 "front_end/resources/resourcesSidebar.css", 437 "front_end/resources/resourcesSidebar.css",
434 "front_end/resources/serviceWorkerCacheViews.css", 438 "front_end/resources/serviceWorkerCacheViews.css",
435 "front_end/resources/ServiceWorkerCacheViews.js", 439 "front_end/resources/ServiceWorkerCacheViews.js",
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 ".eslintrc.js", 1130 ".eslintrc.js",
1127 "devtools-node-modules/", 1131 "devtools-node-modules/",
1128 "front_end/", 1132 "front_end/",
1129 "scripts/buildbot/run_eslint.py", 1133 "scripts/buildbot/run_eslint.py",
1130 "scripts/local_node/", 1134 "scripts/local_node/",
1131 "//testing/scripts/common.py", 1135 "//testing/scripts/common.py",
1132 "//testing/scripts/run_devtools_check.py", 1136 "//testing/scripts/run_devtools_check.py",
1133 "//testing/xvfb.py", 1137 "//testing/xvfb.py",
1134 ] 1138 ]
1135 } 1139 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698