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

Unified Diff: extensions/renderer/BUILD.gn

Issue 2704823002: [Extensions Bindings] Add support for custom property types (Closed)
Patch Set: asan fix 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 9cbc4ee054c82e7a70a490c1f0f25879ee6f1b01..8c98927a3133143a55cfd77e701de29d3a1bb392 100644
--- a/extensions/renderer/BUILD.gn
+++ b/extensions/renderer/BUILD.gn
@@ -189,6 +189,8 @@ source_set("renderer") {
"source_map.h",
"static_v8_external_one_byte_string_resource.cc",
"static_v8_external_one_byte_string_resource.h",
+ "storage_area.cc",
+ "storage_area.h",
"test_features_native_handler.cc",
"test_features_native_handler.h",
"test_native_handler.cc",
« no previous file with comments | « chrome/test/data/extensions/api_test/native_bindings/extension/manifest.json ('k') | extensions/renderer/api_binding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698