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

Unified Diff: mojo/mojo_public.gypi

Issue 218613010: Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h. (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 | « mojo/gles2/gles2_context.h ('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 1b0b4e4ab4da9c038a2838d75ee13255c852c651..9e06c042402e20d3ef0cc182311c0c92053068d3 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -246,19 +246,8 @@
'..'
],
'sources': [
- 'public/bindings/allocation_scope.h',
- 'public/bindings/array.h',
- 'public/bindings/buffer.h',
- 'public/bindings/callback.h',
- 'public/bindings/error_handler.h',
- 'public/bindings/interface.h',
'public/bindings/js/constants.cc',
'public/bindings/js/constants.h',
- 'public/bindings/message.h',
- 'public/bindings/passable.h',
- 'public/bindings/remote_ptr.h',
- 'public/bindings/sync_dispatcher.h',
- 'public/bindings/type_converter.h',
'public/bindings/lib/array.cc',
'public/bindings/lib/array_internal.h',
'public/bindings/lib/array_internal.cc',
@@ -285,6 +274,17 @@
'public/bindings/lib/shared_data.h',
'public/bindings/lib/shared_ptr.h',
'public/bindings/lib/sync_dispatcher.cc',
+ 'public/cpp/bindings/allocation_scope.h',
+ 'public/cpp/bindings/array.h',
+ 'public/cpp/bindings/buffer.h',
+ 'public/cpp/bindings/callback.h',
+ 'public/cpp/bindings/error_handler.h',
+ 'public/cpp/bindings/interface.h',
+ 'public/cpp/bindings/message.h',
+ 'public/cpp/bindings/passable.h',
+ 'public/cpp/bindings/remote_ptr.h',
+ 'public/cpp/bindings/sync_dispatcher.h',
+ 'public/cpp/bindings/type_converter.h',
],
},
{
« no previous file with comments | « mojo/gles2/gles2_context.h ('k') | mojo/public/bindings/allocation_scope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698