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

Side by Side Diff: mojo/mojo_services.gypi

Issue 316223002: Include mojo_main_{chromium,standalone}.cc instead of using a target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sort files 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/application/application.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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 { 324 {
325 'target_name': 'mojo_view_manager', 325 'target_name': 'mojo_view_manager',
326 'type': '<(component)', 326 'type': '<(component)',
327 'dependencies': [ 327 'dependencies': [
328 '../base/base.gyp:base', 328 '../base/base.gyp:base',
329 '../skia/skia.gyp:skia', 329 '../skia/skia.gyp:skia',
330 '../ui/aura/aura.gyp:aura', 330 '../ui/aura/aura.gyp:aura',
331 '../ui/base/ui_base.gyp:ui_base', 331 '../ui/base/ui_base.gyp:ui_base',
332 '../ui/gfx/gfx.gyp:gfx', 332 '../ui/gfx/gfx.gyp:gfx',
333 '../ui/gfx/gfx.gyp:gfx_geometry', 333 '../ui/gfx/gfx.gyp:gfx_geometry',
334 'mojo_application',
334 'mojo_aura_support', 335 'mojo_aura_support',
335 'mojo_common_lib', 336 'mojo_common_lib',
336 'mojo_environment_chromium', 337 'mojo_environment_chromium',
337 'mojo_geometry_bindings', 338 'mojo_geometry_bindings',
338 'mojo_geometry_lib', 339 'mojo_geometry_lib',
339 'mojo_gles2', 340 'mojo_gles2',
340 'mojo_input_events_bindings', 341 'mojo_input_events_bindings',
341 'mojo_input_events_lib', 342 'mojo_input_events_lib',
342 'mojo_launcher_bindings', 343 'mojo_launcher_bindings',
343 'mojo_main_chromium',
344 'mojo_native_viewport_bindings', 344 'mojo_native_viewport_bindings',
345 'mojo_system_impl', 345 'mojo_system_impl',
346 'mojo_view_manager_bindings', 346 'mojo_view_manager_bindings',
347 'mojo_view_manager_common', 347 'mojo_view_manager_common',
348 ], 348 ],
349 'sources': [ 349 'sources': [
350 'public/cpp/application/lib/mojo_main_chromium.cc',
350 'services/view_manager/ids.h', 351 'services/view_manager/ids.h',
351 'services/view_manager/main.cc', 352 'services/view_manager/main.cc',
352 'services/view_manager/node.cc', 353 'services/view_manager/node.cc',
353 'services/view_manager/node.h', 354 'services/view_manager/node.h',
354 'services/view_manager/node_delegate.h', 355 'services/view_manager/node_delegate.h',
355 'services/view_manager/root_node_manager.cc', 356 'services/view_manager/root_node_manager.cc',
356 'services/view_manager/root_node_manager.h', 357 'services/view_manager/root_node_manager.h',
357 'services/view_manager/root_view_manager.cc', 358 'services/view_manager/root_view_manager.cc',
358 'services/view_manager/root_view_manager.h', 359 'services/view_manager/root_view_manager.h',
359 'services/view_manager/root_view_manager_delegate.h', 360 'services/view_manager/root_view_manager_delegate.h',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 'mojo_system_impl', 440 'mojo_system_impl',
440 ], 441 ],
441 'sources': [ 442 'sources': [
442 'services/dbus_echo/dbus_echo_service.cc', 443 'services/dbus_echo/dbus_echo_service.cc',
443 ], 444 ],
444 }, 445 },
445 ], 446 ],
446 }], 447 }],
447 ], 448 ],
448 } 449 }
OLDNEW
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/application/application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698