| Index: Source/devtools/devtools.gyp
|
| diff --git a/Source/devtools/devtools.gyp b/Source/devtools/devtools.gyp
|
| index d9fff2e35d59fc19833ae2aa9988cffbf84cb2b3..a29069cfd7a2f111825469858d9d296a7df6ea44 100644
|
| --- a/Source/devtools/devtools.gyp
|
| +++ b/Source/devtools/devtools.gyp
|
| @@ -121,6 +121,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',
|
| @@ -285,6 +286,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',
|
|
|