| Index: third_party/WebKit/Source/devtools/package.json
|
| diff --git a/third_party/WebKit/Source/devtools/package.json b/third_party/WebKit/Source/devtools/package.json
|
| index e55dd255acd4fd6b8691852aa327211e3dcc64d3..39549c263137cfebb0bfd026cec65d968484d139 100644
|
| --- a/third_party/WebKit/Source/devtools/package.json
|
| +++ b/third_party/WebKit/Source/devtools/package.json
|
| @@ -12,7 +12,8 @@
|
| "format": "git cl format --js .",
|
| "closure": "python scripts/compile_frontend.py",
|
| "setup-dtrun": "cd scripts/devtools_run && npm link",
|
| - "format-py": "yapf --exclude scripts/build/rjsmin.py -i --recursive scripts PRESUBMIT.py"
|
| + "format-py": "yapf --exclude scripts/build/rjsmin.py -i --recursive scripts PRESUBMIT.py",
|
| + "extract": "node scripts/extract_module/extract_module.js"
|
| },
|
| "repository": {
|
| "type": "git",
|
|
|