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

Unified Diff: extensions/renderer/BUILD.gn

Issue 2575173002: [Extensions Bindings] Add a bridge to use current custom bindings (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
Index: extensions/renderer/BUILD.gn
diff --git a/extensions/renderer/BUILD.gn b/extensions/renderer/BUILD.gn
index 03ee7999ad773ac81943bb897557f1ec872ccd50..8579e36d9c3b24ed8b4dc173c9e5921f303192b2 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_bridge.cc",
+ "api_binding_bridge.h",
"api_binding_hooks.cc",
"api_binding_hooks.h",
"api_binding_types.h",
« no previous file with comments | « chrome/test/data/extensions/api_test/native_bindings/manifest.json ('k') | extensions/renderer/api_binding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698