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

Unified Diff: mojo/mojo_public.gypi

Issue 218043002: Mojo: Move public/environment to public/cpp/environment. (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/sample_app/sample_app.cc ('k') | mojo/public/bindings/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 7594971846c426f9711bf9c13731dde977bb8f08..725527a8b3d3dd757db91ed16a4530a66f2d3c29 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -177,7 +177,7 @@
'mojo_utility',
],
'sources': [
- 'public/environment/tests/async_waiter_unittest.cc',
+ 'public/cpp/environment/tests/async_waiter_unittest.cc',
],
},
{
@@ -314,13 +314,13 @@
'target_name': 'mojo_environment_standalone',
'type': 'static_library',
'sources': [
- 'public/environment/buffer_tls.h',
- 'public/environment/default_async_waiter.h',
- 'public/environment/environment.h',
- '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',
+ 'public/cpp/environment/buffer_tls.h',
+ 'public/cpp/environment/default_async_waiter.h',
+ 'public/cpp/environment/environment.h',
+ 'public/cpp/environment/lib/default_async_waiter.cc',
+ 'public/cpp/environment/lib/buffer_tls.cc',
+ 'public/cpp/environment/lib/buffer_tls_setup.h',
+ 'public/cpp/environment/lib/environment.cc',
],
'include_dirs': [
'..',
« no previous file with comments | « mojo/examples/sample_app/sample_app.cc ('k') | mojo/public/bindings/lib/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698