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

Unified Diff: ui/aura/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/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 607b75b5ed7754f6346495f26728c0bdac93f9ce..2d8d6c1b42e7bdc889a65de6f7134935de8baeee 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -83,6 +83,8 @@ component("aura") {
"window_tracker.h",
"window_tree_host.cc",
"window_tree_host.h",
+ "window_tree_host_android.cc",
+ "window_tree_host_android.h",
"window_tree_host_mac.h",
"window_tree_host_mac.mm",
"window_tree_host_observer.h",
@@ -145,6 +147,13 @@ component("aura") {
deps += [ "//ui/ozone" ]
}
+
+ if (is_android) {
+ deps += [
+ "//ui/platform_window/android",
+ "//ui/platform_window/android:platform_window_java",
+ ]
+ }
}
source_set("test_support") {

Powered by Google App Engine
This is Rietveld 408576698