Chromium Code Reviews| 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", |
| ] |
| } |