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

Side by Side Diff: mojo/mojo_public.gypi

Issue 272323003: Mojo: Implement support for |Foo&| mojom syntax (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mojo/gles2/command_buffer_client_impl.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_system', 4 'target_name': 'mojo_system',
5 'type': 'static_library', 5 'type': 'static_library',
6 'defines': [ 6 'defines': [
7 'MOJO_SYSTEM_IMPLEMENTATION', 7 'MOJO_SYSTEM_IMPLEMENTATION',
8 ], 8 ],
9 'include_dirs': [ 9 'include_dirs': [
10 '..', 10 '..',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'type': 'static_library', 223 'type': 'static_library',
224 'include_dirs': [ 224 'include_dirs': [
225 '..' 225 '..'
226 ], 226 ],
227 'sources': [ 227 'sources': [
228 'public/cpp/bindings/array.h', 228 'public/cpp/bindings/array.h',
229 'public/cpp/bindings/callback.h', 229 'public/cpp/bindings/callback.h',
230 'public/cpp/bindings/error_handler.h', 230 'public/cpp/bindings/error_handler.h',
231 'public/cpp/bindings/interface_impl.h', 231 'public/cpp/bindings/interface_impl.h',
232 'public/cpp/bindings/interface_ptr.h', 232 'public/cpp/bindings/interface_ptr.h',
233 'public/cpp/bindings/interface_request.h',
233 'public/cpp/bindings/message.h', 234 'public/cpp/bindings/message.h',
234 'public/cpp/bindings/message_filter.h', 235 'public/cpp/bindings/message_filter.h',
235 'public/cpp/bindings/no_interface.h', 236 'public/cpp/bindings/no_interface.h',
236 'public/cpp/bindings/string.h', 237 'public/cpp/bindings/string.h',
237 'public/cpp/bindings/sync_dispatcher.h', 238 'public/cpp/bindings/sync_dispatcher.h',
238 'public/cpp/bindings/type_converter.h', 239 'public/cpp/bindings/type_converter.h',
239 'public/cpp/bindings/lib/array_internal.h', 240 'public/cpp/bindings/lib/array_internal.h',
240 'public/cpp/bindings/lib/array_internal.cc', 241 'public/cpp/bindings/lib/array_internal.cc',
241 'public/cpp/bindings/lib/array_serialization.h', 242 'public/cpp/bindings/lib/array_serialization.h',
242 'public/cpp/bindings/lib/bindings_internal.h', 243 'public/cpp/bindings/lib/bindings_internal.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 }, 423 },
423 'dependencies': [ 424 'dependencies': [
424 'mojo_public_java', 425 'mojo_public_java',
425 ], 426 ],
426 'includes': [ '../build/java.gypi' ], 427 'includes': [ '../build/java.gypi' ],
427 }, 428 },
428 ], 429 ],
429 }], 430 }],
430 ], 431 ],
431 } 432 }
OLDNEW
« no previous file with comments | « mojo/gles2/command_buffer_client_impl.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698