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) { |