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

Unified Diff: mojo/go/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
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) {

Powered by Google App Engine
This is Rietveld 408576698