Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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 } |
| OLD | NEW |