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

Unified Diff: gin/BUILD.gn

Issue 2845463002: gin: Create a DataObjectBuilder class to help create simple data objects. (Closed)
Patch Set: data_object_builder.cc Created 3 years, 8 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: gin/BUILD.gn
diff --git a/gin/BUILD.gn b/gin/BUILD.gn
index 427d2a03f8c1ced53868b2995a1a1d14d43ba794..e5b6d9ebc5c9d8b4ebc89153df125cc6a2078a87 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -32,6 +32,8 @@ component("gin") {
"context_holder.cc",
"converter.cc",
"converter.h",
+ "data_object_builder.cc",
+ "data_object_builder.h",
"debug_impl.cc",
"debug_impl.h",
"dictionary.cc",
@@ -161,6 +163,7 @@ test("gin_unittests") {
sources = [
"arguments_unittest.cc",
"converter_unittest.cc",
+ "data_object_builder_unittest.cc",
"interceptor_unittest.cc",
"modules/module_registry_unittest.cc",
"modules/timer_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698