Index: examples/device_name/BUILD.gn |
diff --git a/examples/device_name/BUILD.gn b/examples/device_name/BUILD.gn |
index 66f28b9231a8b312eedb75dcd8dbf3cc826d6559..1db22f50520c9826404186636f9b28341a17924b 100644 |
--- a/examples/device_name/BUILD.gn |
+++ b/examples/device_name/BUILD.gn |
@@ -10,10 +10,11 @@ shared_library("libdevice_name") { |
deps = [ |
"//base", |
- "//mojo/public/c/system:for_shared_library", |
+ "//mojo/public/c/system", |
"//mojo/public/cpp/application:standalone", |
"//mojo/public/cpp/bindings", |
"//mojo/public/cpp/utility", |
+ "//mojo/public/platform/native:system_thunks", |
viettrungluu
2014/12/08 23:16:34
...:system?
jamesr
2014/12/09 01:20:32
yeah, whoops. wasn't building this locally
|
":jni_headers", |
] |