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

Unified Diff: chrome/BUILD.gn

Issue 2034263002: Make it so chrome manifests are built if aura is set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698