Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index 6fb3011e30b37472da5828c3bb5e8ec69028e2e1..b14a27766b49a9d338422e7d49bb7e6343e74744 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -62,6 +62,11 @@ if (!is_android && !is_mac) { |
if (is_win) { |
public_deps += [ ":reorder_imports" ] |
} |
+ if (use_aura && (is_win || is_linux)) { |
+ data_deps = [ |
+ "//chrome/app:mojo_manifests", |
+ ] |
+ } |
} |
executable("chrome_initial") { |