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

Unified Diff: ui/views/BUILD.gn

Issue 1284343005: NOT FOR REVIEW: Aura on Android - content shell compiles Base URL: https://chromium.googlesource.com/chromium/src.git@build_ALL_patch
Patch Set: Created 5 years, 4 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
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index ae64118d03f8e1bc2cb8269b81101268952474f8..076f36d1ee3cf4c1e9cfa93961e4f8266a5e551e 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -120,7 +120,7 @@ component("views") {
configs += [ "//ui/accessibility:atk" ]
} else if (is_win) {
sources += gypi_values.views_desktop_aura_win_sources
- } else if (use_ozone) {
+ } else if (use_ozone || is_android) {
sources += gypi_values.views_desktop_aura_ozone_sources
}
if (is_linux) {

Powered by Google App Engine
This is Rietveld 408576698