Chromium Code Reviews| Index: mojo/public/platform/nacl/BUILD.gn |
| diff --git a/mojo/public/cpp/system/BUILD.gn b/mojo/public/platform/nacl/BUILD.gn |
| similarity index 58% |
| copy from mojo/public/cpp/system/BUILD.gn |
| copy to mojo/public/platform/nacl/BUILD.gn |
| index e120462c8d5b11a3c0e7732ea878c632ccc72ed6..0fd2ae3fa03e54f1ce200cfeec812612cdcc817b 100644 |
| --- a/mojo/public/cpp/system/BUILD.gn |
| +++ b/mojo/public/platform/nacl/BUILD.gn |
| @@ -6,14 +6,12 @@ import("../../mojo_sdk.gni") |
| mojo_sdk_source_set("system") { |
| sources = [ |
| - "buffer.h", |
| - "core.h", |
| - "data_pipe.h", |
| - "functions.h", |
| - "handle.h", |
| - "macros.h", |
| - "message_pipe.h", |
| + "mojo_initial_handle.h", |
| + "mojo_main_thunk.cc", |
| ] |
| - mojo_sdk_public_deps = [ "mojo/public/c/system" ] |
| + mojo_sdk_deps = [ |
| + "mojo/public/c/system", |
| + "mojo/nacl:mojo", |
|
jamesr
2015/01/29 23:41:23
nothing in //mojo/public should depend on targets
Nick Bray (chromium)
2015/01/29 23:54:55
This is a library that defines the public Mojo* C
|
| + ] |
| } |