Chromium Code Reviews| Index: chrome/common/BUILD.gn |
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
| index a4819a3dca4315dfb9d85e2fb123790670283518..8c506e1dabc1080d1dd6f2b10a298563ad6b46b0 100644 |
| --- a/chrome/common/BUILD.gn |
| +++ b/chrome/common/BUILD.gn |
| @@ -692,6 +692,10 @@ mojom("mojo_bindings") { |
| "shell_handler_win.mojom", |
| ] |
| + if (is_chromeos) { |
| + sources += [ "zip_file_creator.mojom" ] |
| + } |
| + |
| public_deps = [ |
| "//components/content_settings/core/common:mojo_bindings", |
| "//mojo/common:common_custom_types", |