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

Unified Diff: extensions/renderer/BUILD.gn

Issue 2768093002: [Reland][Extensions Bindings] Add support for filtered events (Closed)
Patch Set: Fix Created 3 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
« no previous file with comments | « extensions/common/event_filtering_info.cc ('k') | extensions/renderer/api_binding.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/BUILD.gn
diff --git a/extensions/renderer/BUILD.gn b/extensions/renderer/BUILD.gn
index d5bcad0b88f72f507c609df0f58edf3720872a44..aa9371bc3f3b2187d6f3262aeb5f59bfc69400e7 100644
--- a/extensions/renderer/BUILD.gn
+++ b/extensions/renderer/BUILD.gn
@@ -32,6 +32,8 @@ source_set("renderer") {
"api_definitions_natives.h",
"api_event_handler.cc",
"api_event_handler.h",
+ "api_event_listeners.cc",
+ "api_event_listeners.h",
"api_last_error.cc",
"api_last_error.h",
"api_request_handler.cc",
@@ -295,6 +297,7 @@ source_set("unit_tests") {
"api_bindings_system_unittest.cc",
"api_bindings_system_unittest.h",
"api_event_handler_unittest.cc",
+ "api_event_listeners_unittest.cc",
"api_last_error_unittest.cc",
"api_request_handler_unittest.cc",
"api_test_base.cc",
« no previous file with comments | « extensions/common/event_filtering_info.cc ('k') | extensions/renderer/api_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698