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

Unified Diff: extensions/renderer/BUILD.gn

Issue 2947843004: [Extensions Bindings] Introduce BindingAccessChecker (Closed)
Patch Set: lazyboy's Created 3 years, 6 months 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 b2568bef999b7f4fd389983f1c59a3585b0f3e94..73f777020eeb62afd6edc8e74713ce5c0a0eb2ad 100644
--- a/extensions/renderer/BUILD.gn
+++ b/extensions/renderer/BUILD.gn
@@ -51,6 +51,8 @@ source_set("renderer") {
"app_window_custom_bindings.h",
"argument_spec.cc",
"argument_spec.h",
+ "binding_access_checker.cc",
+ "binding_access_checker.h",
"binding_generating_native_handler.cc",
"binding_generating_native_handler.h",
"blob_native_handler.cc",
@@ -325,6 +327,7 @@ source_set("unit_tests") {
"argument_spec_builder.cc",
"argument_spec_builder.h",
"argument_spec_unittest.cc",
+ "binding_access_checker_unittest.cc",
"declarative_event_unittest.cc",
"event_emitter_unittest.cc",
"event_unittest.cc",
« 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