OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'target_defaults': { | 6 'target_defaults': { |
7 'conditions': [ | 7 'conditions': [ |
8 ['mojo_shell_debug_url != ""', { | 8 ['mojo_shell_debug_url != ""', { |
9 'defines': [ | 9 'defines': [ |
10 'MOJO_SHELL_DEBUG=1', | 10 'MOJO_SHELL_DEBUG=1', |
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 'mojo_service_manager', | 449 'mojo_service_manager', |
450 ], | 450 ], |
451 'sources': [ | 451 'sources': [ |
452 'spy/spy.cc', | 452 'spy/spy.cc', |
453 'spy/spy.h', | 453 'spy/spy.h', |
454 'spy/websocket_server.cc', | 454 'spy/websocket_server.cc', |
455 'spy/websocket_server.h', | 455 'spy/websocket_server.h', |
456 ], | 456 ], |
457 }, | 457 }, |
458 { | 458 { |
459 'target_name': 'mojo_geometry_lib', | |
460 'type': '<(component)', | |
461 'defines': [ | |
462 'MOJO_GEOMETRY_IMPLEMENTATION', | |
463 ], | |
464 'dependencies': [ | |
465 '../ui/gfx/gfx.gyp:gfx_geometry', | |
466 'mojo_environment_chromium', | |
467 'mojo_geometry_bindings', | |
468 'mojo_system_impl', | |
469 ], | |
470 'sources': [ | |
471 'geometry/geometry_type_converters.cc', | |
472 'geometry/geometry_type_converters.h', | |
473 ], | |
474 }, | |
475 { | |
476 'target_name': 'mojo_shell_lib', | 459 'target_name': 'mojo_shell_lib', |
477 'type': 'static_library', | 460 'type': 'static_library', |
478 'dependencies': [ | 461 'dependencies': [ |
479 '../base/base.gyp:base', | 462 '../base/base.gyp:base', |
480 '../base/base.gyp:base_static', | 463 '../base/base.gyp:base_static', |
481 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 464 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
482 '../net/net.gyp:net', | 465 '../net/net.gyp:net', |
483 '../url/url.gyp:url_lib', | 466 '../url/url.gyp:url_lib', |
484 'mojo_external_service_bindings', | 467 'mojo_external_service_bindings', |
485 'mojo_gles2_impl', | 468 'mojo_gles2_impl', |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
900 'aura/screen_mojo.cc', | 883 'aura/screen_mojo.cc', |
901 'aura/screen_mojo.h', | 884 'aura/screen_mojo.h', |
902 'aura/window_tree_host_mojo.cc', | 885 'aura/window_tree_host_mojo.cc', |
903 'aura/window_tree_host_mojo.h', | 886 'aura/window_tree_host_mojo.h', |
904 ], | 887 ], |
905 }, | 888 }, |
906 ], | 889 ], |
907 }], | 890 }], |
908 ], | 891 ], |
909 } | 892 } |
OLD | NEW |