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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2529303003: DevTools: move FileSystemMapping from Workspace to Persistence (Closed)
Patch Set: fix tests Created 4 years, 1 month 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 cff1ae08138891774e49928d797477436214ec35..8ecfd2cc9e75717ca362978ef88fd9fb6c96bae1 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -144,7 +144,6 @@ devtools_sdk_js_files = [
]
devtools_workspace_js_files = [
"front_end/workspace/FileManager.js",
- "front_end/workspace/FileSystemMapping.js",
"front_end/workspace/IsolatedFileSystem.js",
"front_end/workspace/IsolatedFileSystemManager.js",
"front_end/workspace/SearchConfig.js",
@@ -171,6 +170,7 @@ devtools_bindings_js_files = [
]
devtools_persistence_js_files = [
"front_end/persistence/FileSystemWorkspaceBinding.js",
+ "front_end/persistence/FileSystemMapping.js",
"front_end/persistence/DefaultMapping.js",
"front_end/persistence/Automapping.js",
"front_end/persistence/Persistence.js",

Powered by Google App Engine
This is Rietveld 408576698