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

Unified Diff: mojo/mojo_public.gypi

Issue 213393002: Mojo: Move public C system header files to mojo/public/c/system/. (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/view_manager/view_manager.cc ('k') | mojo/public/bindings/allocation_scope.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 9b52a52b1ebff7ddcff13be79f8df98f9a6f3ac7..d9b57db55dd8d7e75d5d450a9631e30194d54188 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -15,13 +15,13 @@
],
},
'sources': [
- 'public/system/async_waiter.h',
- 'public/system/core.h',
+ 'public/c/system/async_waiter.h',
+ 'public/c/system/core.h',
+ 'public/c/system/macros.h',
+ 'public/c/system/system_export.h',
'public/system/core_cpp.h',
'public/system/core_private.cc',
'public/system/core_private.h',
- 'public/system/macros.h',
- 'public/system/system_export.h',
],
'conditions': [
['OS=="mac"', {
« no previous file with comments | « mojo/examples/view_manager/view_manager.cc ('k') | mojo/public/bindings/allocation_scope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698