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

Unified Diff: extensions/renderer/BUILD.gn

Issue 2552343006: [Extensions Binding] Allow for registering custom hooks (Closed)
Patch Set: . Created 4 years 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/renderer/api_binding.h » ('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 c17e69c552fdf358d688ddc231caeab991650790..de91b69ffed94a27a84cc0bc481c64a139729849 100644
--- a/extensions/renderer/BUILD.gn
+++ b/extensions/renderer/BUILD.gn
@@ -19,6 +19,8 @@ source_set("renderer") {
"api_activity_logger.h",
"api_binding.cc",
"api_binding.h",
+ "api_binding_hooks.cc",
+ "api_binding_hooks.h",
"api_binding_types.h",
"api_bindings_system.cc",
"api_bindings_system.h",
« no previous file with comments | « no previous file | extensions/renderer/api_binding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698