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

Unified Diff: mojo/mojo_public.gypi

Issue 218023002: Mojo: Move mojo/public/{c,cpp}/tests/FOO to mojo/public/{c,cpp}/FOO/tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | mojo/public/c/DEPS » ('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 833fd49b7802ded2e03fe2043f43a2b06efc0555..7594971846c426f9711bf9c13731dde977bb8f08 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -192,11 +192,11 @@
'mojo_system',
],
'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/cpp/tests/system/macros_unittest.cc',
+ 'public/c/system/tests/core_unittest.cc',
+ 'public/c/system/tests/core_unittest_pure_c.c',
+ 'public/c/system/tests/macros_unittest.cc',
+ 'public/cpp/system/tests/core_unittest.cc',
+ 'public/cpp/system/tests/macros_unittest.cc',
],
},
{
@@ -212,16 +212,16 @@
'mojo_utility',
],
'sources': [
- 'public/cpp/tests/utility/mutex_unittest.cc',
- 'public/cpp/tests/utility/run_loop_unittest.cc',
- 'public/cpp/tests/utility/thread_unittest.cc',
+ 'public/cpp/utility/tests/mutex_unittest.cc',
+ 'public/cpp/utility/tests/run_loop_unittest.cc',
+ 'public/cpp/utility/tests/thread_unittest.cc',
],
'conditions': [
# See crbug.com/342893:
['OS=="win"', {
'sources!': [
- 'public/cpp/tests/utility/mutex_unittest.cc',
- 'public/cpp/tests/utility/thread_unittest.cc',
+ 'public/cpp/utility/tests/mutex_unittest.cc',
+ 'public/cpp/utility/tests/thread_unittest.cc',
],
}],
],
@@ -238,7 +238,7 @@
'mojo_utility',
],
'sources': [
- 'public/c/tests/system/core_perftest.cc',
+ 'public/c/system/tests/core_perftest.cc',
],
},
{
« no previous file with comments | « no previous file | mojo/public/c/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698