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

Unified Diff: extensions/renderer/BUILD.gn

Issue 2718543004: [Extensions Bindings] Add ChromeSetting custom type (Closed)
Patch Set: . Created 3 years, 10 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
Index: extensions/renderer/BUILD.gn
diff --git a/extensions/renderer/BUILD.gn b/extensions/renderer/BUILD.gn
index 8c98927a3133143a55cfd77e701de29d3a1bb392..7fdff85cf29d198fbbb62ca02ac6684929d81733 100644
--- a/extensions/renderer/BUILD.gn
+++ b/extensions/renderer/BUILD.gn
@@ -26,6 +26,8 @@ source_set("renderer") {
"api_binding_types.h",
"api_bindings_system.cc",
"api_bindings_system.h",
+ "api_custom_types.cc",
+ "api_custom_types.h",
"api_definitions_natives.cc",
"api_definitions_natives.h",
"api_event_handler.cc",
@@ -46,6 +48,8 @@ source_set("renderer") {
"binding_generating_native_handler.h",
"blob_native_handler.cc",
"blob_native_handler.h",
+ "chrome_setting.cc",
+ "chrome_setting.h",
"console.cc",
"console.h",
"content_watcher.cc",

Powered by Google App Engine
This is Rietveld 408576698