| Index: third_party/WebKit/Source/devtools/devtools.gyp
|
| diff --git a/third_party/WebKit/Source/devtools/devtools.gyp b/third_party/WebKit/Source/devtools/devtools.gyp
|
| index 33505c08b9de3ae7cddedb938e5fb8cef6640ab4..54cb6901759b05959e30628dca7d2b5d387a8c8f 100644
|
| --- a/third_party/WebKit/Source/devtools/devtools.gyp
|
| +++ b/third_party/WebKit/Source/devtools/devtools.gyp
|
| @@ -110,6 +110,7 @@
|
| '<(PRODUCT_DIR)/resources/inspector/devices_module.js',
|
| '<(PRODUCT_DIR)/resources/inspector/diff_module.js',
|
| '<(PRODUCT_DIR)/resources/inspector/elements_module.js',
|
| + '<(PRODUCT_DIR)/resources/inspector/es_tree_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)/diff_module.js',
|
| '<(_output_path)/elements_module.js',
|
| '<(_output_path)/emulated_devices_module.js',
|
| + '<(_output_path)/es_tree_module.js',
|
| '<(_output_path)/heap_snapshot_worker_module.js',
|
| '<(_output_path)/layers_module.js',
|
| '<(_output_path)/network_module.js',
|
|
|