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

Side by Side Diff: mojo/mojo_services.gypi

Issue 327073003: Reorder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'type': 'static_library', 229 'type': 'static_library',
230 'sources': [ 230 'sources': [
231 'services/public/cpp/view_manager/view_manager_types.h', 231 'services/public/cpp/view_manager/view_manager_types.h',
232 ], 232 ],
233 }, 233 },
234 { 234 {
235 'target_name': 'mojo_view_manager_bindings', 235 'target_name': 'mojo_view_manager_bindings',
236 'type': 'static_library', 236 'type': 'static_library',
237 'sources': [ 237 'sources': [
238 'services/public/interfaces/view_manager/view_manager.mojom', 238 'services/public/interfaces/view_manager/view_manager.mojom',
239 'services/public/interfaces/view_manager/view_manager_constants.mojom',
239 ], 240 ],
240 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 241 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
241 'export_dependent_settings': [ 242 'export_dependent_settings': [
242 'mojo_cpp_bindings', 243 'mojo_cpp_bindings',
243 ], 244 ],
244 'dependencies': [ 245 'dependencies': [
245 'mojo_cpp_bindings', 246 'mojo_cpp_bindings',
246 'mojo_geometry_bindings', 247 'mojo_geometry_bindings',
247 'mojo_input_events_bindings', 248 'mojo_input_events_bindings',
248 ], 249 ],
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 'mojo_system_impl', 480 'mojo_system_impl',
480 ], 481 ],
481 'sources': [ 482 'sources': [
482 'services/dbus_echo/dbus_echo_service.cc', 483 'services/dbus_echo/dbus_echo_service.cc',
483 ], 484 ],
484 }, 485 },
485 ], 486 ],
486 }], 487 }],
487 ], 488 ],
488 } 489 }
OLDNEW
« no previous file with comments | « mojo/examples/aura_demo/aura_demo.cc ('k') | mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698