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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index afcc9d2e6953edc43129f678a487f61d58c19267..0b2abb76f550923d973b57a939cb3c0dea7ae56a 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -381,6 +381,8 @@ all_devtools_files = [
"front_end/persistence/EditFileSystemView.js",
"front_end/persistence/FileSystemMapping.js",
"front_end/persistence/FileSystemWorkspaceBinding.js",
+ "front_end/persistence/IsolatedFileSystem.js",
+ "front_end/persistence/IsolatedFileSystemManager.js",
"front_end/persistence/Persistence.js",
"front_end/persistence/PersistenceUtils.js",
"front_end/platform/module.json",
@@ -717,8 +719,6 @@ all_devtools_files = [
"front_end/utility_shared_worker/TempStorage.js",
"front_end/worker_service/ServiceDispatcher.js",
"front_end/workspace/FileManager.js",
- "front_end/workspace/IsolatedFileSystem.js",
- "front_end/workspace/IsolatedFileSystemManager.js",
"front_end/workspace/module.json",
"front_end/workspace/SearchConfig.js",
"front_end/workspace/UISourceCode.js",

Powered by Google App Engine
This is Rietveld 408576698