Index: mojo/mojo_public.gypi |
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi |
index 4052b1104eb3ce437103a451cb66f3145d92ee32..b7b04beb0dee174f3e011bb6697694320bdf9b7d 100644 |
--- a/mojo/mojo_public.gypi |
+++ b/mojo/mojo_public.gypi |
@@ -1,6 +1,29 @@ |
{ |
'targets': [ |
{ |
+ 'target_name': 'mojo_system', |
+ 'type': 'shared_library', |
+ 'defines': [ |
+ 'MOJO_SYSTEM_IMPLEMENTATION', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'direct_dependent_settings': { |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ }, |
+ 'sources': [ |
+ 'public/system/core.h', |
+ 'public/system/core_cpp.h', |
+ 'public/system/core_private.cc', |
+ 'public/system/core_private.h', |
+ 'public/system/macros.h', |
+ 'public/system/system_export.h', |
+ ], |
+ }, |
+ { |
'target_name': 'mojo_public_test_support', |
'type': 'static_library', |
'dependencies': [ |