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

Side by Side Diff: mojo/mojo_services.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/mojo_public.gypi ('k') | mojo/public/cpp/bindings/interface_impl.h » ('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_echo_bindings', 4 'target_name': 'mojo_echo_bindings',
5 'type': 'static_library', 5 'type': 'static_library',
6 'sources': [ 6 'sources': [
7 'services/dbus_echo/echo.mojom', 7 'services/dbus_echo/echo.mojom',
8 ], 8 ],
9 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 9 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
10 'export_dependent_settings': [ 10 'export_dependent_settings': [
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'type': 'static_library', 103 'type': 'static_library',
104 'sources': [ 104 'sources': [
105 'services/native_viewport/native_viewport.mojom', 105 'services/native_viewport/native_viewport.mojom',
106 ], 106 ],
107 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 107 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
108 'export_dependent_settings': [ 108 'export_dependent_settings': [
109 'mojo_cpp_bindings', 109 'mojo_cpp_bindings',
110 ], 110 ],
111 'dependencies': [ 111 'dependencies': [
112 'mojo_geometry_bindings', 112 'mojo_geometry_bindings',
113 'mojo_gles2_bindings',
113 'mojo_input_events_bindings', 114 'mojo_input_events_bindings',
114 'mojo_cpp_bindings', 115 'mojo_cpp_bindings',
115 ], 116 ],
116 }, 117 },
117 { 118 {
118 'target_name': 'mojo_native_viewport_service', 119 'target_name': 'mojo_native_viewport_service',
119 # This is linked directly into the embedder, so we make it a component. 120 # This is linked directly into the embedder, so we make it a component.
120 'type': '<(component)', 121 'type': '<(component)',
121 'dependencies': [ 122 'dependencies': [
122 '../base/base.gyp:base', 123 '../base/base.gyp:base',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'mojo_system_impl', 365 'mojo_system_impl',
365 ], 366 ],
366 'sources': [ 367 'sources': [
367 'services/dbus_echo/dbus_echo_service.cc', 368 'services/dbus_echo/dbus_echo_service.cc',
368 ], 369 ],
369 }, 370 },
370 ], 371 ],
371 }], 372 }],
372 ], 373 ],
373 } 374 }
OLDNEW
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/bindings/interface_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698