| 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 = []
|
| +
|
| if (is_ios) {
|
| sources += [ "platform_viewport_stub.cc" ]
|
| }
|
|
|
| if (is_android) {
|
| deps += [ "//mojo:jni_headers" ]
|
| + libs += [ "android" ]
|
| }
|
|
|
| if (use_x11) {
|
|
|