| Index: Source/devtools/devtools.gyp
|
| diff --git a/Source/devtools/devtools.gyp b/Source/devtools/devtools.gyp
|
| index 1700ec1ec0b5c0a5943277a52d603fda79f71637..d9fff2e35d59fc19833ae2aa9988cffbf84cb2b3 100644
|
| --- a/Source/devtools/devtools.gyp
|
| +++ b/Source/devtools/devtools.gyp
|
| @@ -114,6 +114,7 @@
|
| '<(PRODUCT_DIR)/resources/inspector/components_lazy_module.js',
|
| '<(PRODUCT_DIR)/resources/inspector/console_module.js',
|
| '<(PRODUCT_DIR)/resources/inspector/elements_module.js',
|
| + '<(PRODUCT_DIR)/resources/inspector/emulated_devices_module.js',
|
| '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_worker_module.js',
|
| '<(PRODUCT_DIR)/resources/inspector/layers_module.js',
|
| '<(PRODUCT_DIR)/resources/inspector/network_module.js',
|
| @@ -277,6 +278,7 @@
|
| '<(_output_path)/components_lazy_module.js',
|
| '<(_output_path)/console_module.js',
|
| '<(_output_path)/elements_module.js',
|
| + '<(_output_path)/emulated_devices_module.js',
|
| '<(_output_path)/heap_snapshot_worker_module.js',
|
| '<(_output_path)/layers_module.js',
|
| '<(_output_path)/network_module.js',
|
|
|