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

Unified Diff: ui/snapshot/BUILD.gn

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/snapshot/BUILD.gn
diff --git a/ui/snapshot/BUILD.gn b/ui/snapshot/BUILD.gn
index a9e5b0b4a339cedae9453b52a49dbeef827e21e0..c79a70b3aa87eee5d07bae1e2d7188c557f11113 100644
--- a/ui/snapshot/BUILD.gn
+++ b/ui/snapshot/BUILD.gn
@@ -30,7 +30,7 @@ component("snapshot") {
"//ui/gfx/geometry",
]
- if (is_android) {
+ if (is_android && !use_aura) {
deps += [ "//ui/android" ]
}
@@ -46,6 +46,10 @@ component("snapshot") {
]
}
+ if (is_android && use_aura) {
+ sources -= [ "snapshot_android.cc" ]
+ }
+
if (use_aura) {
deps += [
"//ui/aura",

Powered by Google App Engine
This is Rietveld 408576698