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

Unified Diff: extensions/renderer/BUILD.gn

Issue 2438623002: [Extensions Bindings] Add APIBindingsSystem (Closed)
Patch Set: lazyboy's 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/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 88211bb8d51523052799d64df88126bdfda0331d..184c2e99ddc5988a505512cbc34e5e0beefd645c 100644
--- a/extensions/renderer/BUILD.gn
+++ b/extensions/renderer/BUILD.gn
@@ -18,6 +18,8 @@ source_set("renderer") {
"api_activity_logger.h",
"api_binding.cc",
"api_binding.h",
+ "api_bindings_system.cc",
+ "api_bindings_system.h",
"api_definitions_natives.cc",
"api_definitions_natives.h",
"api_request_handler.cc",
@@ -260,6 +262,7 @@ source_set("unit_tests") {
"api_binding_test_util.cc",
"api_binding_test_util.h",
"api_binding_unittest.cc",
+ "api_bindings_system_unittest.cc",
"api_request_handler_unittest.cc",
"api_test_base.cc",
"api_test_base.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