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

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 de91b69ffed94a27a84cc0bc481c64a139729849..49243c8a2feb1b80d8446621cb5e8c874f0b94f4 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",
@@ -182,10 +184,14 @@ source_set("renderer") {
"source_map.h",
"static_v8_external_one_byte_string_resource.cc",
"static_v8_external_one_byte_string_resource.h",
+ "string_source_map.cc",
jbroman 2016/12/16 19:00:49 Shouldn't these be in the unit_tests target? It se
Devlin 2016/12/16 20:31:17 Whoops! Yes, thanks.
+ "string_source_map.h",
"test_features_native_handler.cc",
"test_features_native_handler.h",
"test_native_handler.cc",
"test_native_handler.h",
+ "test_v8_extension_configuration.cc",
+ "test_v8_extension_configuration.h",
"user_gestures_native_handler.cc",
"user_gestures_native_handler.h",
"user_script_injector.cc",

Powered by Google App Engine
This is Rietveld 408576698