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

Unified Diff: examples/tiny/BUILD.gn

Issue 1512343002: Remove the //mojo/public/c/system:for_shared_library target. (Closed) Base URL: https://github.com/domokit/mojo.git@c_system_target_1
Patch Set: Created 5 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/public/c/system/BUILD.gn » ('j') | mojo/public/mojo_application.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/tiny/BUILD.gn
diff --git a/examples/tiny/BUILD.gn b/examples/tiny/BUILD.gn
index 0a2c73a502ad066b538dedc49ae1bc42de41bc46..b69d4e9cc7d19e2434ac03850f9057d8908006b3 100644
--- a/examples/tiny/BUILD.gn
+++ b/examples/tiny/BUILD.gn
@@ -8,4 +8,8 @@ mojo_native_application("tiny") {
sources = [
"tiny.c",
]
+
+ deps = [
+ "//mojo/public/c/system",
jamesr 2015/12/11 01:44:03 maybe this should be public_deps in the mojo_nativ
+ ]
}
« no previous file with comments | « no previous file | mojo/public/c/system/BUILD.gn » ('j') | mojo/public/mojo_application.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698