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

Unified Diff: examples/device_name/BUILD.gn

Issue 754963008: Simplify //mojo/public/c/system targets (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « no previous file | mojo/go/BUILD.gn » ('j') | mojo/go/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « no previous file | mojo/go/BUILD.gn » ('j') | mojo/go/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698