Index: mojo/go/BUILD.gn |
diff --git a/mojo/go/BUILD.gn b/mojo/go/BUILD.gn |
index 4a8986fd91e0c3b1d1ad1afa7ae45060f67bc2ad..77fe8d2be529eadb4c570255563ac7fd3fe8739f 100644 |
--- a/mojo/go/BUILD.gn |
+++ b/mojo/go/BUILD.gn |
@@ -15,7 +15,8 @@ if (is_android) { |
"sample_app/app.go", |
] |
deps = [ |
- "//mojo/public/c/system:for_shared_library", |
+ "//mojo/public/c/system", |
+ "//mojo/public/platform/native:system_thunks", |
viettrungluu
2014/12/08 23:16:34
"
jamesr
2014/12/09 01:20:32
Done.
|
] |
} |
} else if (is_linux) { |