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

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
« no previous file with comments | « examples/device_name/BUILD.gn ('k') | mojo/gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/go/BUILD.gn
diff --git a/mojo/go/BUILD.gn b/mojo/go/BUILD.gn
index 4a8986fd91e0c3b1d1ad1afa7ae45060f67bc2ad..a895508220baba8a724124f10f3c90325e33d163 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",
]
}
} else if (is_linux) {
« no previous file with comments | « examples/device_name/BUILD.gn ('k') | mojo/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698