| Index: third_party/WebKit/Source/devtools/front_end/workspace/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/workspace/module.json b/third_party/WebKit/Source/devtools/front_end/workspace/module.json
|
| index 87ef11da2b34a1e162d71a3cdc138dbcaaa42b00..08396cbc67594a4eadfd45609a7615d5190675ab 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/workspace/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/workspace/module.json
|
| @@ -1,8 +1,11 @@
|
| {
|
| - "dependencies": ["common", "host", "platform"],
|
| + "dependencies": [
|
| + "common",
|
| + "host",
|
| + "platform"
|
| + ],
|
| "scripts": [
|
| "FileManager.js",
|
| - "FileSystemMapping.js",
|
| "IsolatedFileSystem.js",
|
| "IsolatedFileSystemManager.js",
|
| "SearchConfig.js",
|
|
|