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

Unified Diff: mojo/common/BUILD.gn

Issue 2524293002: Add a mojo struct corresponding and typemapped to base::File. (Closed)
Patch Set: Created 4 years, 1 month 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 278d9ee2fb2764f0fbd7d503ed216fabfed1ac78..73ad1d52d6d883a8f5156fd7a73e5151e345d332 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -94,5 +94,6 @@ source_set("struct_traits") {
deps = [
":common_custom_types_shared_cpp_sources",
"//base:base",
+ "//mojo/public/cpp/system",
]
}

Powered by Google App Engine
This is Rietveld 408576698