Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: third_party/WebKit/Source/devtools/devtools.gypi

Issue 1827993002: [DevTools] Remove promise inspector experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)',
« no previous file with comments | « third_party/WebKit/Source/devtools/devtools.gyp ('k') | third_party/WebKit/Source/devtools/front_end/inspector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698