Chromium Code Reviews| 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
|
| + ] |
| } |