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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 1438903002: p1 mus+ash chrome renders ui and content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more review Created 5 years, 1 month 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 28cf5e67a4f616df0726166d122af5171fa7d6a5..8a55caf33074a9b751e4b204b53d53783eb21632 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -151,6 +151,10 @@ source_set("ui") {
}
}
+ if (use_aura) {
+ defines += [ "MOJO_RUNNER_CLIENT" ]
+ }
+
if (enable_basic_printing || enable_print_preview) {
deps += [ "//printing" ]
}

Powered by Google App Engine
This is Rietveld 408576698