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

Unified Diff: extensions/browser/BUILD.gn

Issue 2940883007: Move lazy event dispatching code out of EventRouter. (Closed)
Patch Set: address comments Created 3 years, 6 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
« no previous file with comments | « no previous file | extensions/browser/event_router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 46315eaa79a5defe6546ad04a4e5d77956c05722..4cc35d14629f194cbb636d3816bfc83dc93431ca 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -88,6 +88,8 @@ source_set("browser_sources") {
"event_router_factory.h",
"events/lazy_event_dispatch_util.cc",
"events/lazy_event_dispatch_util.h",
+ "events/lazy_event_dispatcher.cc",
+ "events/lazy_event_dispatcher.h",
"extension_api_frame_id_map.cc",
"extension_api_frame_id_map.h",
"extension_dialog_auto_confirm.cc",
@@ -233,6 +235,8 @@ source_set("browser_sources") {
"lazy_background_task_queue.h",
"lazy_background_task_queue_factory.cc",
"lazy_background_task_queue_factory.h",
+ "lazy_context_id.cc",
+ "lazy_context_id.h",
"load_monitoring_extension_host_queue.cc",
"load_monitoring_extension_host_queue.h",
"management_policy.cc",
« no previous file with comments | « no previous file | extensions/browser/event_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698