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

Unified Diff: mojo/mojo_public.gypi

Issue 106173003: Split mojo_system dylib into public and private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win Created 7 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 | « mojo/mojo.gyp ('k') | mojo/public/gles2/gles2.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/public/gles2/gles2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698