| Index: Source/devtools/devtools.gyp
|
| diff --git a/Source/devtools/devtools.gyp b/Source/devtools/devtools.gyp
|
| index 5f0234f9e79b6e0e965006fe8cc36340df0c7f74..5f05d0540d62e5bb722f6d1558daa6f962c8041c 100644
|
| --- a/Source/devtools/devtools.gyp
|
| +++ b/Source/devtools/devtools.gyp
|
| @@ -115,6 +115,7 @@
|
| '<(PRODUCT_DIR)/resources/inspector/profiler_module.js',
|
| '<(PRODUCT_DIR)/resources/inspector/promises_module.js',
|
| '<(PRODUCT_DIR)/resources/inspector/resources_module.js',
|
| + '<(PRODUCT_DIR)/resources/inspector/security_module.js',
|
| '<(PRODUCT_DIR)/resources/inspector/screencast_module.js',
|
| '<(PRODUCT_DIR)/resources/inspector/script_formatter_worker_module.js',
|
| '<(PRODUCT_DIR)/resources/inspector/settings_module.js',
|
| @@ -279,6 +280,7 @@
|
| '<(_output_path)/profiler_module.js',
|
| '<(_output_path)/promises_module.js',
|
| '<(_output_path)/resources_module.js',
|
| + '<(_output_path)/security_module.js',
|
| '<(_output_path)/screencast_module.js',
|
| '<(_output_path)/script_formatter_worker_module.js',
|
| '<(_output_path)/settings_module.js',
|
|
|