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

Unified Diff: ui/platform_window/android/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/platform_window/android/BUILD.gn
diff --git a/ui/platform_window/android/BUILD.gn b/ui/platform_window/android/BUILD.gn
index 6082f103040a14214bb3fba67974ee0d42621b42..aae7a978746e47c569ddd23c156a79cc7ff6aa79 100644
--- a/ui/platform_window/android/BUILD.gn
+++ b/ui/platform_window/android/BUILD.gn
@@ -10,6 +10,7 @@ assert(is_android)
component("android") {
output_name = "android_window"
sources = [
+ "android_window_export.h",
"platform_ime_controller_android.cc",
"platform_ime_controller_android.h",
"platform_window_android.cc",
@@ -21,12 +22,15 @@ component("android") {
deps = [
"//base",
"//skia",
+ "//ui/events:events",
"//ui/events:events_base",
"//ui/gfx",
"//ui/gfx/geometry",
":jni_headers",
":platform_window_java",
]
+
+ libs = [ "android" ]
}
generate_jni("jni_headers") {

Powered by Google App Engine
This is Rietveld 408576698