| Index: third_party/WebKit/Source/devtools/devtools.gypi
|
| diff --git a/third_party/WebKit/Source/devtools/devtools.gypi b/third_party/WebKit/Source/devtools/devtools.gypi
|
| index 27a3c6cb7c8b5d99ed5f174238bc1ba992369e55..752a1450cab25fd1cc69540b263da9173d4bc3b3 100644
|
| --- a/third_party/WebKit/Source/devtools/devtools.gypi
|
| +++ b/third_party/WebKit/Source/devtools/devtools.gypi
|
| @@ -337,7 +337,6 @@
|
| 'front_end/network/module.json',
|
| 'front_end/platform/module.json',
|
| 'front_end/profiler/module.json',
|
| - 'front_end/promises/module.json',
|
| 'front_end/resources/module.json',
|
| 'front_end/sass/module.json',
|
| 'front_end/security/module.json',
|
| @@ -497,10 +496,6 @@
|
| 'front_end/extensions/ExtensionView.js',
|
| '<@(devtools_extension_api_files)',
|
| ],
|
| - 'devtools_promises_js_files': [
|
| - 'front_end/promises/promisePane.css',
|
| - 'front_end/promises/PromisePane.js',
|
| - ],
|
| 'devtools_heap_snapshot_worker_js_files': [
|
| 'front_end/common/TextUtils.js',
|
| 'front_end/common/UIString.js',
|
| @@ -775,7 +770,6 @@
|
| '<@(devtools_layers_js_files)',
|
| '<@(devtools_network_js_files)',
|
| '<@(devtools_profiler_js_files)',
|
| - '<@(devtools_promises_js_files)',
|
| '<@(devtools_resources_js_files)',
|
| '<@(devtools_sass_js_files)',
|
| '<@(devtools_security_js_files)',
|
|
|