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

Unified Diff: mojo/mojo_public.gypi

Issue 218833003: Mojo: Move public/tests/test_{support,utils}.* to public/{c,cpp}/test_support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gyp 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/common/handle_watcher_unittest.cc ('k') | mojo/public/bindings/tests/handle_passing_unittest.cc » ('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 073d5e48f04871a81b60cde5fca7e2ce3bdf7722..47968e41174adbc07afcdf2f55c0879e5dcac682 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -19,8 +19,6 @@
'public/c/system/core.h',
'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',
],
@@ -96,10 +94,10 @@
],
},
'sources': [
- 'public/tests/test_support.h',
+ 'public/c/test_support/test_support.h',
+ 'public/c/test_support/test_support_export.h',
'public/tests/test_support_private.cc',
'public/tests/test_support_private.h',
- 'public/tests/test_support_export.h',
],
'conditions': [
['OS=="mac"', {
@@ -126,8 +124,8 @@
'mojo_test_support',
],
'sources': [
- 'public/tests/test_utils.cc',
- 'public/tests/test_utils.h',
+ 'public/cpp/test_support/lib/test_utils.cc',
+ 'public/cpp/test_support/test_utils.h',
],
},
# TODO(vtl): Reorganize the mojo_public_*_unittests.
« no previous file with comments | « mojo/common/handle_watcher_unittest.cc ('k') | mojo/public/bindings/tests/handle_passing_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698