| 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",
|
|
|