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

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

Issue 2649923006: [DevTools] Add filtering to DOM storages (Closed)
Patch Set: [DevTools] Add filtering to DOM storages Created 3 years, 10 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "front_end/resources/ClearStorageView.js", 387 "front_end/resources/ClearStorageView.js",
388 "front_end/resources/CookieItemsView.js", 388 "front_end/resources/CookieItemsView.js",
389 "front_end/resources/DatabaseModel.js", 389 "front_end/resources/DatabaseModel.js",
390 "front_end/resources/DatabaseQueryView.js", 390 "front_end/resources/DatabaseQueryView.js",
391 "front_end/resources/DatabaseTableView.js", 391 "front_end/resources/DatabaseTableView.js",
392 "front_end/resources/DOMStorageItemsView.js", 392 "front_end/resources/DOMStorageItemsView.js",
393 "front_end/resources/DOMStorageModel.js", 393 "front_end/resources/DOMStorageModel.js",
394 "front_end/resources/IndexedDBModel.js", 394 "front_end/resources/IndexedDBModel.js",
395 "front_end/resources/indexedDBViews.css", 395 "front_end/resources/indexedDBViews.css",
396 "front_end/resources/IndexedDBViews.js", 396 "front_end/resources/IndexedDBViews.js",
397 "front_end/resources/ItemsView.js",
dgozman 2017/01/30 21:53:48 Let's rename to StorageItemsView or something. Our
eostroukhov 2017/01/31 01:17:34 Done.
397 "front_end/resources/module.json", 398 "front_end/resources/module.json",
398 "front_end/resources/resourcesPanel.css", 399 "front_end/resources/resourcesPanel.css",
399 "front_end/resources/ResourcesPanel.js", 400 "front_end/resources/ResourcesPanel.js",
400 "front_end/resources/resourcesSidebar.css", 401 "front_end/resources/resourcesSidebar.css",
401 "front_end/resources/serviceWorkerCacheViews.css", 402 "front_end/resources/serviceWorkerCacheViews.css",
402 "front_end/resources/ServiceWorkerCacheViews.js", 403 "front_end/resources/ServiceWorkerCacheViews.js",
403 "front_end/resources/serviceWorkersView.css", 404 "front_end/resources/serviceWorkersView.css",
404 "front_end/resources/ServiceWorkersView.js", 405 "front_end/resources/ServiceWorkersView.js",
405 "front_end/Runtime.js", 406 "front_end/Runtime.js",
406 "front_end/sass/ASTService.js", 407 "front_end/sass/ASTService.js",
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 ".eslintrc.js", 1083 ".eslintrc.js",
1083 "devtools-node-modules/", 1084 "devtools-node-modules/",
1084 "front_end/", 1085 "front_end/",
1085 "scripts/buildbot/run_eslint.py", 1086 "scripts/buildbot/run_eslint.py",
1086 "scripts/local_node/", 1087 "scripts/local_node/",
1087 "//testing/scripts/common.py", 1088 "//testing/scripts/common.py",
1088 "//testing/scripts/run_devtools_check.py", 1089 "//testing/scripts/run_devtools_check.py",
1089 "//testing/xvfb.py", 1090 "//testing/xvfb.py",
1090 ] 1091 ]
1091 } 1092 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698