| 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 'target_name': 'mojo_echo_bindings', | 8 'target_name': 'mojo_echo_bindings', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'sources': [ | 10 'sources': [ |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 'mojo_view_manager_common', | 438 'mojo_view_manager_common', |
| 439 ], | 439 ], |
| 440 'sources': [ | 440 'sources': [ |
| 441 'services/public/cpp/view_manager/lib/node.cc', | 441 'services/public/cpp/view_manager/lib/node.cc', |
| 442 'services/public/cpp/view_manager/lib/node_observer.cc', | 442 'services/public/cpp/view_manager/lib/node_observer.cc', |
| 443 'services/public/cpp/view_manager/lib/node_private.cc', | 443 'services/public/cpp/view_manager/lib/node_private.cc', |
| 444 'services/public/cpp/view_manager/lib/node_private.h', | 444 'services/public/cpp/view_manager/lib/node_private.h', |
| 445 'services/public/cpp/view_manager/lib/view.cc', | 445 'services/public/cpp/view_manager/lib/view.cc', |
| 446 'services/public/cpp/view_manager/lib/view_private.cc', | 446 'services/public/cpp/view_manager/lib/view_private.cc', |
| 447 'services/public/cpp/view_manager/lib/view_private.h', | 447 'services/public/cpp/view_manager/lib/view_private.h', |
| 448 'services/public/cpp/view_manager/lib/view_manager_client_factory.cc', |
| 448 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc', | 449 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc', |
| 449 'services/public/cpp/view_manager/lib/view_manager_client_impl.h', | 450 'services/public/cpp/view_manager/lib/view_manager_client_impl.h', |
| 450 'services/public/cpp/view_manager/node.h', | 451 'services/public/cpp/view_manager/node.h', |
| 451 'services/public/cpp/view_manager/node_observer.h', | 452 'services/public/cpp/view_manager/node_observer.h', |
| 452 'services/public/cpp/view_manager/view.h', | 453 'services/public/cpp/view_manager/view.h', |
| 453 'services/public/cpp/view_manager/view_event_dispatcher.h', | 454 'services/public/cpp/view_manager/view_event_dispatcher.h', |
| 454 'services/public/cpp/view_manager/view_manager.h', | 455 'services/public/cpp/view_manager/view_manager.h', |
| 456 'services/public/cpp/view_manager/view_manager_client_factory.h', |
| 455 'services/public/cpp/view_manager/view_manager_delegate.h', | 457 'services/public/cpp/view_manager/view_manager_delegate.h', |
| 456 'services/public/cpp/view_manager/view_observer.h', | 458 'services/public/cpp/view_manager/view_observer.h', |
| 457 ], | 459 ], |
| 458 'export_dependent_settings': [ | 460 'export_dependent_settings': [ |
| 459 'mojo_view_manager_bindings', | 461 'mojo_view_manager_bindings', |
| 460 ], | 462 ], |
| 461 }, | 463 }, |
| 462 { | 464 { |
| 463 'target_name': 'mojo_view_manager_lib_unittests', | 465 'target_name': 'mojo_view_manager_lib_unittests', |
| 464 'type': 'executable', | 466 'type': 'executable', |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 745 'mojo_system_impl', | 747 'mojo_system_impl', |
| 746 ], | 748 ], |
| 747 'sources': [ | 749 'sources': [ |
| 748 'services/dbus_echo/dbus_echo_service.cc', | 750 'services/dbus_echo/dbus_echo_service.cc', |
| 749 ], | 751 ], |
| 750 }, | 752 }, |
| 751 ], | 753 ], |
| 752 }], | 754 }], |
| 753 ], | 755 ], |
| 754 } | 756 } |
| OLD | NEW |