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

Unified Diff: mojo/services/native_viewport/BUILD.gn

Issue 666813002: GN: Fix Android component build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-clank
Patch Set: Actually undo gyp change Created 6 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: mojo/services/native_viewport/BUILD.gn
diff --git a/mojo/services/native_viewport/BUILD.gn b/mojo/services/native_viewport/BUILD.gn
index 9c30fa517d5765f68778ade11468df9640b53a10..856d3dafd93f7f80400b3ee666679ae1bea821a7 100644
--- a/mojo/services/native_viewport/BUILD.gn
+++ b/mojo/services/native_viewport/BUILD.gn
@@ -63,12 +63,15 @@ source_set("lib") {
"viewport_surface.h",
]
+ libs = []
jamesr 2014/10/22 00:28:19 nit: you don't need this, although it'll be nice i
cjhopman 2014/10/23 00:15:48 With this change (and previous ones), it's easier
+
if (is_ios) {
sources += [ "platform_viewport_stub.cc" ]
}
if (is_android) {
deps += [ "//mojo:jni_headers" ]
+ libs += [ "android" ]
}
if (use_x11) {

Powered by Google App Engine
This is Rietveld 408576698