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

Unified Diff: mojo/common/BUILD.gn

Issue 2626093004: EnumTraits for base::i18n::TextDirection. (Closed)
Patch Set: Fixed compile error. Created 3 years, 11 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 2ce94e628448de5c2639d69e8f74421dc3589365..60e93c5fd60c5a0c0bfc8d2b0eafba3f38c9fd00 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -16,6 +16,7 @@ mojom("common_custom_types") {
sources = [
"file.mojom",
"file_path.mojom",
+ "rtl.mojom",
"string16.mojom",
"time.mojom",
"unguessable_token.mojom",
@@ -96,4 +97,7 @@ source_set("struct_traits") {
"//base:base",
"//mojo/public/cpp/system",
]
+ public_deps = [
+ "//base:i18n",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698