| OLD | NEW |
| 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2014 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //mojo/services/dbus_echo:bindings | 8 # GN version: //mojo/services/dbus_echo:bindings |
| 9 'target_name': 'mojo_echo_bindings', | 9 'target_name': 'mojo_echo_bindings', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 { | 514 { |
| 515 # GN version: //mojo/services/public/cpp/view_manager | 515 # GN version: //mojo/services/public/cpp/view_manager |
| 516 'target_name': 'mojo_view_manager_lib', | 516 'target_name': 'mojo_view_manager_lib', |
| 517 'type': 'static_library', | 517 'type': 'static_library', |
| 518 'dependencies': [ | 518 'dependencies': [ |
| 519 '../base/base.gyp:base', | 519 '../base/base.gyp:base', |
| 520 '../skia/skia.gyp:skia', | 520 '../skia/skia.gyp:skia', |
| 521 '../ui/events/events.gyp:events', | 521 '../ui/events/events.gyp:events', |
| 522 '../ui/gfx/gfx.gyp:gfx', | 522 '../ui/gfx/gfx.gyp:gfx', |
| 523 '../ui/gfx/gfx.gyp:gfx_geometry', | 523 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 524 » 'mojo_base.gyp:mojo_application', | 524 'mojo_base.gyp:mojo_application', |
| 525 'mojo_base.gyp:mojo_service_provider_bindings', | 525 'mojo_base.gyp:mojo_application_bindings', |
| 526 'mojo_geometry_bindings', | 526 'mojo_geometry_bindings', |
| 527 'mojo_geometry_lib', | 527 'mojo_geometry_lib', |
| 528 'mojo_view_manager_bindings', | 528 'mojo_view_manager_bindings', |
| 529 'mojo_view_manager_common', | 529 'mojo_view_manager_common', |
| 530 ], | 530 ], |
| 531 'sources': [ | 531 'sources': [ |
| 532 'services/public/cpp/view_manager/lib/node.cc', | 532 'services/public/cpp/view_manager/lib/node.cc', |
| 533 'services/public/cpp/view_manager/lib/node_observer.cc', | 533 'services/public/cpp/view_manager/lib/node_observer.cc', |
| 534 'services/public/cpp/view_manager/lib/node_private.cc', | 534 'services/public/cpp/view_manager/lib/node_private.cc', |
| 535 'services/public/cpp/view_manager/lib/node_private.h', | 535 'services/public/cpp/view_manager/lib/node_private.h', |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 'mojo_echo_bindings', | 908 'mojo_echo_bindings', |
| 909 ], | 909 ], |
| 910 'sources': [ | 910 'sources': [ |
| 911 'services/dbus_echo/dbus_echo_service.cc', | 911 'services/dbus_echo/dbus_echo_service.cc', |
| 912 ], | 912 ], |
| 913 }, | 913 }, |
| 914 ], | 914 ], |
| 915 }], | 915 }], |
| 916 ], | 916 ], |
| 917 } | 917 } |
| OLD | NEW |