| Index: Source/devtools/front_end/common/module.json
|
| diff --git a/Source/devtools/front_end/common/module.json b/Source/devtools/front_end/common/module.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..39dcdb9118365c95473e69306e3503b1a44a6de3
|
| --- /dev/null
|
| +++ b/Source/devtools/front_end/common/module.json
|
| @@ -0,0 +1,23 @@
|
| +{
|
| + "scripts": [
|
| + "utilities.js",
|
| + "WebInspector.js",
|
| + "Object.js",
|
| + "NotificationService.js",
|
| + "Color.js",
|
| + "Geometry.js",
|
| + "Console.js",
|
| + "ContentProvider.js",
|
| + "Lock.js",
|
| + "ParsedURL.js",
|
| + "Progress.js",
|
| + "ResourceType.js",
|
| + "Settings.js",
|
| + "StaticContentProvider.js",
|
| + "TextRange.js",
|
| + "TextUtils.js",
|
| + "Throttler.js",
|
| + "UIString.js",
|
| + "ModuleExtensionInterfaces.js"
|
| + ]
|
| +}
|
|
|