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

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

Issue 2867783003: DevTools: move IsolatedFileSystem/IsolatedFileSystemManager into persistence/ (Closed)
Patch Set: fix order 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "front_end/perf_ui/timelineGrid.css", 374 "front_end/perf_ui/timelineGrid.css",
375 "front_end/perf_ui/TimelineGrid.js", 375 "front_end/perf_ui/TimelineGrid.js",
376 "front_end/perf_ui/timelineOverviewInfo.css", 376 "front_end/perf_ui/timelineOverviewInfo.css",
377 "front_end/perf_ui/TimelineOverviewPane.js", 377 "front_end/perf_ui/TimelineOverviewPane.js",
378 "front_end/persistence/Automapping.js", 378 "front_end/persistence/Automapping.js",
379 "front_end/persistence/DefaultMapping.js", 379 "front_end/persistence/DefaultMapping.js",
380 "front_end/persistence/editFileSystemView.css", 380 "front_end/persistence/editFileSystemView.css",
381 "front_end/persistence/EditFileSystemView.js", 381 "front_end/persistence/EditFileSystemView.js",
382 "front_end/persistence/FileSystemMapping.js", 382 "front_end/persistence/FileSystemMapping.js",
383 "front_end/persistence/FileSystemWorkspaceBinding.js", 383 "front_end/persistence/FileSystemWorkspaceBinding.js",
384 "front_end/persistence/IsolatedFileSystem.js",
385 "front_end/persistence/IsolatedFileSystemManager.js",
384 "front_end/persistence/Persistence.js", 386 "front_end/persistence/Persistence.js",
385 "front_end/persistence/PersistenceUtils.js", 387 "front_end/persistence/PersistenceUtils.js",
386 "front_end/platform/module.json", 388 "front_end/platform/module.json",
387 "front_end/platform/utilities.js", 389 "front_end/platform/utilities.js",
388 "front_end/product_registry/module.json", 390 "front_end/product_registry/module.json",
389 "front_end/product_registry/ProductRegistry.js", 391 "front_end/product_registry/ProductRegistry.js",
390 "front_end/product_registry_impl/module.json", 392 "front_end/product_registry_impl/module.json",
391 "front_end/product_registry_impl/ProductRegistryImpl.js", 393 "front_end/product_registry_impl/ProductRegistryImpl.js",
392 "front_end/product_registry_impl/ProductRegistryData.js", 394 "front_end/product_registry_impl/ProductRegistryData.js",
393 "front_end/product_registry_impl/sha1/sha1.js", 395 "front_end/product_registry_impl/sha1/sha1.js",
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 "front_end/ui/Widget.js", 712 "front_end/ui/Widget.js",
711 "front_end/ui/ZoomManager.js", 713 "front_end/ui/ZoomManager.js",
712 "front_end/unit_test_runner.js", 714 "front_end/unit_test_runner.js",
713 "front_end/unit_test_runner.json", 715 "front_end/unit_test_runner.json",
714 "front_end/utility_shared_worker.js", 716 "front_end/utility_shared_worker.js",
715 "front_end/utility_shared_worker.json", 717 "front_end/utility_shared_worker.json",
716 "front_end/utility_shared_worker/module.json", 718 "front_end/utility_shared_worker/module.json",
717 "front_end/utility_shared_worker/TempStorage.js", 719 "front_end/utility_shared_worker/TempStorage.js",
718 "front_end/worker_service/ServiceDispatcher.js", 720 "front_end/worker_service/ServiceDispatcher.js",
719 "front_end/workspace/FileManager.js", 721 "front_end/workspace/FileManager.js",
720 "front_end/workspace/IsolatedFileSystem.js",
721 "front_end/workspace/IsolatedFileSystemManager.js",
722 "front_end/workspace/module.json", 722 "front_end/workspace/module.json",
723 "front_end/workspace/SearchConfig.js", 723 "front_end/workspace/SearchConfig.js",
724 "front_end/workspace/UISourceCode.js", 724 "front_end/workspace/UISourceCode.js",
725 "front_end/workspace/Workspace.js", 725 "front_end/workspace/Workspace.js",
726 "front_end/workspace_diff/WorkspaceDiff.js", 726 "front_end/workspace_diff/WorkspaceDiff.js",
727 "front_end/workspace_diff/module.json", 727 "front_end/workspace_diff/module.json",
728 ] 728 ]
729 729
730 devtools_embedder_scripts = [ 730 devtools_embedder_scripts = [
731 "front_end/devtools_compatibility.js", 731 "front_end/devtools_compatibility.js",
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 ".eslintrc.js", 1137 ".eslintrc.js",
1138 "devtools-node-modules/", 1138 "devtools-node-modules/",
1139 "front_end/", 1139 "front_end/",
1140 "scripts/buildbot/run_eslint.py", 1140 "scripts/buildbot/run_eslint.py",
1141 "scripts/local_node/", 1141 "scripts/local_node/",
1142 "//testing/scripts/common.py", 1142 "//testing/scripts/common.py",
1143 "//testing/scripts/run_devtools_check.py", 1143 "//testing/scripts/run_devtools_check.py",
1144 "//testing/xvfb.py", 1144 "//testing/xvfb.py",
1145 ] 1145 ]
1146 } 1146 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698