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

Unified Diff: ui/snapshot/BUILD.gn

Issue 1410523003: Aura on Android: Use Aura's snapshot implementaion with Android Aura. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@auraclank_upstream_webview
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
« 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: 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" ]
no sievers 2015/10/15 22:18:08 We should rename this component. But I can't come
}
@@ -46,6 +46,10 @@ component("snapshot") {
]
}
+ if (is_android && use_aura) {
+ sources -= [ "snapshot_android.cc" ]
+ }
+
if (use_aura) {
deps += [
"//ui/aura",
« 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