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

Unified Diff: mojo/common/BUILD.gn

Issue 2147693002: Struct traits used by GpuInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved Read() to .cc file Created 4 years, 5 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: mojo/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index 2edfb6d5c83561251d0e9f0dedfdb8e4af7e0f9b..428ee1ef48d019717e14ab2ebbf2e53eaf27b303 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -48,6 +48,7 @@ component("common_base") {
mojom("test_common_custom_types") {
sources = [
"test_common_custom_types.mojom",
+ "traits_test_service.mojom",
]
public_deps = [
":common_custom_types",
@@ -74,6 +75,7 @@ test("mojo_common_unittests") {
sources = [
"common_custom_types_unittest.cc",
"common_type_converters_unittest.cc",
+ "struct_traits_unittest.cc",
]
}

Powered by Google App Engine
This is Rietveld 408576698