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

Unified Diff: mojo/mojo_public.gypi

Issue 148013006: Mojo: re-org public/utility and public/environment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lower similarity factor Created 6 years, 11 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/environment/lib/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 448f1def844ad251d41481d957b642e92e3a8bc1..f8015e08edf345ff41f920faa526b70c2a309a55 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -105,7 +105,7 @@
'mojo_utility',
],
'sources': [
- 'public/tests/environment/async_waiter_unittest.cc',
+ 'public/environment/tests/async_waiter_unittest.cc',
],
},
{
@@ -138,8 +138,7 @@
'mojo_utility',
],
'sources': [
- 'public/tests/utility/run_loop_unittest.cc',
- 'public/tests/utility/thread_local_unittest.cc',
+ 'public/utility/tests/run_loop_unittest.cc',
],
},
{
@@ -206,13 +205,13 @@
'target_name': 'mojo_environment_standalone',
'type': 'static_library',
'sources': [
- 'public/environment/default_async_waiter.h',
'public/environment/buffer_tls.h',
+ 'public/environment/default_async_waiter.h',
'public/environment/environment.h',
- 'public/environment/standalone/default_async_waiter.cc',
- 'public/environment/standalone/buffer_tls.cc',
- 'public/environment/standalone/buffer_tls_setup.h',
- 'public/environment/standalone/environment.cc',
+ 'public/environment/lib/default_async_waiter.cc',
+ 'public/environment/lib/buffer_tls.cc',
+ 'public/environment/lib/buffer_tls_setup.h',
+ 'public/environment/lib/environment.cc',
],
'include_dirs': [
'..',
@@ -222,12 +221,12 @@
'target_name': 'mojo_utility',
'type': 'static_library',
'sources': [
- 'public/utility/run_loop.cc',
+ 'public/utility/lib/run_loop.cc',
+ 'public/utility/lib/thread_local.h',
+ 'public/utility/lib/thread_local_posix.cc',
+ 'public/utility/lib/thread_local_win.cc',
'public/utility/run_loop.h',
'public/utility/run_loop_handler.h',
- 'public/utility/thread_local.h',
- 'public/utility/thread_local_posix.cc',
- 'public/utility/thread_local_win.cc',
],
'include_dirs': [
'..',
« no previous file with comments | « no previous file | mojo/public/environment/lib/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698