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

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

Issue 2747123008: [DevTools] Separate old Application tab code (Closed)
Patch Set: Created 3 years, 9 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "front_end/profiler/TargetsComboBoxController.js", 394 "front_end/profiler/TargetsComboBoxController.js",
395 "front_end/profiler/TopDownProfileDataGrid.js", 395 "front_end/profiler/TopDownProfileDataGrid.js",
396 "front_end/protocol/InspectorBackend.js", 396 "front_end/protocol/InspectorBackend.js",
397 "front_end/protocol/module.json", 397 "front_end/protocol/module.json",
398 "front_end/quick_open/CommandMenu.js", 398 "front_end/quick_open/CommandMenu.js",
399 "front_end/quick_open/filteredListWidget.css", 399 "front_end/quick_open/filteredListWidget.css",
400 "front_end/quick_open/FilteredListWidget.js", 400 "front_end/quick_open/FilteredListWidget.js",
401 "front_end/quick_open/module.json", 401 "front_end/quick_open/module.json",
402 "front_end/resources/ApplicationCacheModel.js", 402 "front_end/resources/ApplicationCacheModel.js",
403 "front_end/resources/ApplicationCacheItemsView.js", 403 "front_end/resources/ApplicationCacheItemsView.js",
404 "front_end/resources/ApplicationPanelSidebar.js",
404 "front_end/resources/appManifestView.css", 405 "front_end/resources/appManifestView.css",
405 "front_end/resources/AppManifestView.js", 406 "front_end/resources/AppManifestView.js",
406 "front_end/resources/clearStorageView.css", 407 "front_end/resources/clearStorageView.css",
407 "front_end/resources/ClearStorageView.js", 408 "front_end/resources/ClearStorageView.js",
408 "front_end/resources/CookieItemsView.js", 409 "front_end/resources/CookieItemsView.js",
409 "front_end/resources/DatabaseModel.js", 410 "front_end/resources/DatabaseModel.js",
410 "front_end/resources/DatabaseQueryView.js", 411 "front_end/resources/DatabaseQueryView.js",
411 "front_end/resources/DatabaseTableView.js", 412 "front_end/resources/DatabaseTableView.js",
412 "front_end/resources/DOMStorageItemsView.js", 413 "front_end/resources/DOMStorageItemsView.js",
413 "front_end/resources/DOMStorageModel.js", 414 "front_end/resources/DOMStorageModel.js",
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 ".eslintrc.js", 1111 ".eslintrc.js",
1111 "devtools-node-modules/", 1112 "devtools-node-modules/",
1112 "front_end/", 1113 "front_end/",
1113 "scripts/buildbot/run_eslint.py", 1114 "scripts/buildbot/run_eslint.py",
1114 "scripts/local_node/", 1115 "scripts/local_node/",
1115 "//testing/scripts/common.py", 1116 "//testing/scripts/common.py",
1116 "//testing/scripts/run_devtools_check.py", 1117 "//testing/scripts/run_devtools_check.py",
1117 "//testing/xvfb.py", 1118 "//testing/xvfb.py",
1118 ] 1119 ]
1119 } 1120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698