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

Unified Diff: mojo/mojo_public.gypi

Issue 214753004: Mojo: Move mojo/public/system/core_cpp.h to mojo/cpp/public/system/core.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased/updated 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/gles2/gles2_context.cc ('k') | mojo/public/bindings/interface.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 aced23756668fadd3ea68ee0ea2faea4985f2939..2bb9057e46ee32ac16c19f7db12c80ed8d5fff17 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -19,7 +19,7 @@
'public/c/system/core.h',
'public/c/system/macros.h',
'public/c/system/system_export.h',
- 'public/system/core_cpp.h',
+ 'public/cpp/system/core.h',
'public/system/core_private.cc',
'public/system/core_private.h',
],
@@ -129,6 +129,7 @@
'public/tests/test_utils.h',
],
},
+ # TODO(vtl): Reorganize the mojo_public_*_unittests.
{
'target_name': 'mojo_public_bindings_unittests',
'type': 'executable',
@@ -190,9 +191,9 @@
'mojo_system',
],
'sources': [
- 'public/tests/system/core_cpp_unittest.cc',
- 'public/tests/system/core_unittest.cc',
- 'public/tests/system/core_unittest_pure_c.c',
+ 'public/c/tests/system/core_unittest.cc',
+ 'public/c/tests/system/core_unittest_pure_c.c',
+ 'public/cpp/tests/system/core_unittest.cc',
'public/tests/system/macros_unittest.cc',
],
},
@@ -235,7 +236,7 @@
'mojo_utility',
],
'sources': [
- 'public/tests/system/core_perftest.cc',
+ 'public/c/tests/system/core_perftest.cc',
],
},
{
« no previous file with comments | « mojo/gles2/gles2_context.cc ('k') | mojo/public/bindings/interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698