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

Unified Diff: extensions/renderer/BUILD.gn

Issue 2512233002: [Extensions Bindings] Add ExtensionBindingsSystem interface; hook it up (Closed)
Patch Set: . Created 4 years, 1 month 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/dispatcher.h » ('j') | extensions/renderer/extension_bindings_system.h » ('J')
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 3465362909e0ea355d8b099a5d729ae1955c2ed5..e7b643fe82aa7219b7f11371777cbc644255a481 100644
--- a/extensions/renderer/BUILD.gn
+++ b/extensions/renderer/BUILD.gn
@@ -57,6 +57,7 @@ source_set("renderer") {
"event_bindings.h",
"event_emitter.cc",
"event_emitter.h",
+ "extension_bindings_system.h",
"extension_frame_helper.cc",
"extension_frame_helper.h",
"extension_groups.h",
@@ -88,6 +89,8 @@ source_set("renderer") {
"id_generator_custom_bindings.h",
"injection_host.cc",
"injection_host.h",
+ "js_extension_bindings_system.cc",
+ "js_extension_bindings_system.h",
"lazy_background_page_native_handler.cc",
"lazy_background_page_native_handler.h",
"logging_native_handler.cc",
« no previous file with comments | « no previous file | extensions/renderer/dispatcher.h » ('j') | extensions/renderer/extension_bindings_system.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698