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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2678203002: DevTools: extract event_listeners module (Closed)
Patch Set: fix - earlier ps didn't include all changes Created 3 years, 10 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/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index ab0fc7dc3c359cb5d7f93e0b82ae7006e88ec097..9957410584379297c24a1813d7c6d259bb8247c9 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -124,9 +124,6 @@ all_devtools_files = [
"front_end/components/DOMBreakpointsSidebarPane.js",
"front_end/components/DOMPresentationUtils.js",
"front_end/components/domUtils.css",
- "front_end/components/EventListenersUtils.js",
- "front_end/components/eventListenersView.css",
- "front_end/components/EventListenersView.js",
"front_end/components/JavaScriptAutocomplete.js",
"front_end/components/Linkifier.js",
"front_end/components/module.json",
@@ -210,6 +207,10 @@ all_devtools_files = [
"front_end/emulation/sensors.css",
"front_end/emulation/SensorsView.js",
"front_end/emulation/TouchModel.js",
+ "front_end/event_listeners/EventListenersUtils.js",
+ "front_end/event_listeners/eventListenersView.css",
+ "front_end/event_listeners/EventListenersView.js",
+ "front_end/event_listeners/module.json",
"front_end/extensions/ExtensionAPI.js",
"front_end/extensions/ExtensionAuditCategory.js",
"front_end/extensions/ExtensionPanel.js",
@@ -817,6 +818,7 @@ generated_resources = [
"$resources_out_dir/devices/devices_module.js",
"$resources_out_dir/diff/diff_module.js",
"$resources_out_dir/elements/elements_module.js",
+ "$resources_out_dir/event_listeners/event_listeners_module.js",
"$resources_out_dir/heap_snapshot_model/heap_snapshot_model_module.js",
"$resources_out_dir/inline_editor/inline_editor_module.js",
"$resources_out_dir/layer_viewer/layer_viewer_module.js",

Powered by Google App Engine
This is Rietveld 408576698