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

Unified Diff: mojo/common/BUILD.gn

Issue 2626093004: EnumTraits for base::i18n::TextDirection. (Closed)
Patch Set: Addressed feedback. 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..e0f18add8ef43caec0d3b5b121164eae873e72f1 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -17,6 +17,7 @@ mojom("common_custom_types") {
"file.mojom",
"file_path.mojom",
"string16.mojom",
+ "text_direction.mojom",
"time.mojom",
"unguessable_token.mojom",
"values.mojom",
@@ -96,4 +97,7 @@ source_set("struct_traits") {
"//base:base",
"//mojo/public/cpp/system",
]
+ public_deps = [
+ "//base:i18n",
+ ]
}
« no previous file with comments | « components/autofill/content/common/autofill_types_struct_traits.cc ('k') | mojo/common/common_custom_types_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698