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

Unified Diff: mojo/mojo_public.gypi

Issue 216073002: Mojo: Split off the C++ parts of mojo/public/c/system macros.h to their own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 months 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/examples/view_manager/view_manager.cc ('k') | mojo/public/bindings/allocation_scope.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 2bb9057e46ee32ac16c19f7db12c80ed8d5fff17..71eda7b0ca337d0f1fbf4e8ec111753e7dc74016 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -20,6 +20,7 @@
'public/c/system/macros.h',
'public/c/system/system_export.h',
'public/cpp/system/core.h',
+ 'public/cpp/system/macros.h',
'public/system/core_private.cc',
'public/system/core_private.h',
],
@@ -193,8 +194,9 @@
'sources': [
'public/c/tests/system/core_unittest.cc',
'public/c/tests/system/core_unittest_pure_c.c',
+ 'public/c/tests/system/macros_unittest.cc',
'public/cpp/tests/system/core_unittest.cc',
- 'public/tests/system/macros_unittest.cc',
+ 'public/cpp/tests/system/macros_unittest.cc',
],
},
{
« no previous file with comments | « mojo/examples/view_manager/view_manager.cc ('k') | mojo/public/bindings/allocation_scope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698