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

Unified Diff: extensions/renderer/BUILD.gn

Issue 2575173002: [Extensions Bindings] Add a bridge to use current custom bindings (Closed)
Patch Set: update test 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 de91b69ffed94a27a84cc0bc481c64a139729849..c9071db8ddd643208f3caa03336b0a866f09e63a 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",
@@ -300,6 +302,10 @@ source_set("unit_tests") {
"scoped_web_frame.h",
"script_context_set_unittest.cc",
"script_context_unittest.cc",
+ "string_source_map.cc",
+ "string_source_map.h",
+ "test_v8_extension_configuration.cc",
+ "test_v8_extension_configuration.h",
"utils_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698