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

Unified Diff: mojo/common/BUILD.gn

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Adapt to new change after rebase Created 4 years, 3 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 | « gpu/ipc/common/sync_token_struct_traits.h ('k') | mojo/common/common_custom_types.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index 428ee1ef48d019717e14ab2ebbf2e53eaf27b303..79a9156982a315bb61d7970d677bbcf82a92e228 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -60,6 +60,7 @@ test("mojo_common_unittests") {
deps = [
":common",
":common_custom_types",
+ ":struct_traits",
":test_common_custom_types",
"//base",
"//base:message_loop_tests",
@@ -88,3 +89,14 @@ test("mojo_common_perftests") {
"//testing/gtest",
]
}
+
+source_set("struct_traits") {
+ sources = [
+ "common_custom_types_struct_traits.cc",
+ "common_custom_types_struct_traits.h",
+ ]
+ deps = [
+ ":common_custom_types_shared_cpp_sources",
+ "//base:base",
+ ]
+}
« no previous file with comments | « gpu/ipc/common/sync_token_struct_traits.h ('k') | mojo/common/common_custom_types.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698