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

Unified Diff: mojo/common/BUILD.gn

Issue 2555853003: Break up common_custom_types.mojom. (Closed)
Patch Set: Created 4 years 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 | « media/mojo/interfaces/renderer.mojom ('k') | mojo/common/common_custom_types.mojom » ('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 73ad1d52d6d883a8f5156fd7a73e5151e345d332..60d523f78eb2c0ea720a42aa2b3dc58a8f535398 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -14,7 +14,13 @@ group("common") {
mojom("common_custom_types") {
sources = [
- "common_custom_types.mojom",
+ "file.mojom",
+ "file_path.mojom",
+ "string16.mojom",
+ "time.mojom",
+ "unguessable_token.mojom",
+ "values.mojom",
+ "version.mojom",
]
}
« no previous file with comments | « media/mojo/interfaces/renderer.mojom ('k') | mojo/common/common_custom_types.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698