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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 'mojo_view_manager_common', | 499 'mojo_view_manager_common', |
500 ], | 500 ], |
501 'sources': [ | 501 'sources': [ |
502 'services/public/cpp/view_manager/lib/node.cc', | 502 'services/public/cpp/view_manager/lib/node.cc', |
503 'services/public/cpp/view_manager/lib/node_observer.cc', | 503 'services/public/cpp/view_manager/lib/node_observer.cc', |
504 'services/public/cpp/view_manager/lib/node_private.cc', | 504 'services/public/cpp/view_manager/lib/node_private.cc', |
505 'services/public/cpp/view_manager/lib/node_private.h', | 505 'services/public/cpp/view_manager/lib/node_private.h', |
506 'services/public/cpp/view_manager/lib/view.cc', | 506 'services/public/cpp/view_manager/lib/view.cc', |
507 'services/public/cpp/view_manager/lib/view_private.cc', | 507 'services/public/cpp/view_manager/lib/view_private.cc', |
508 'services/public/cpp/view_manager/lib/view_private.h', | 508 'services/public/cpp/view_manager/lib/view_private.h', |
| 509 'services/public/cpp/view_manager/lib/view_manager_client_factory.cc', |
509 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc', | 510 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc', |
510 'services/public/cpp/view_manager/lib/view_manager_client_impl.h', | 511 'services/public/cpp/view_manager/lib/view_manager_client_impl.h', |
511 'services/public/cpp/view_manager/node.h', | 512 'services/public/cpp/view_manager/node.h', |
512 'services/public/cpp/view_manager/node_observer.h', | 513 'services/public/cpp/view_manager/node_observer.h', |
513 'services/public/cpp/view_manager/view.h', | 514 'services/public/cpp/view_manager/view.h', |
514 'services/public/cpp/view_manager/view_event_dispatcher.h', | 515 'services/public/cpp/view_manager/view_event_dispatcher.h', |
515 'services/public/cpp/view_manager/view_manager.h', | 516 'services/public/cpp/view_manager/view_manager.h', |
| 517 'services/public/cpp/view_manager/view_manager_client_factory.h', |
516 'services/public/cpp/view_manager/view_manager_delegate.h', | 518 'services/public/cpp/view_manager/view_manager_delegate.h', |
517 'services/public/cpp/view_manager/view_observer.h', | 519 'services/public/cpp/view_manager/view_observer.h', |
518 ], | 520 ], |
519 'export_dependent_settings': [ | 521 'export_dependent_settings': [ |
520 'mojo_view_manager_bindings', | 522 'mojo_view_manager_bindings', |
521 ], | 523 ], |
522 }, | 524 }, |
523 { | 525 { |
524 'target_name': 'mojo_view_manager_lib_unittests', | 526 'target_name': 'mojo_view_manager_lib_unittests', |
525 'type': 'executable', | 527 'type': 'executable', |
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
852 'mojo_system_impl', | 854 'mojo_system_impl', |
853 ], | 855 ], |
854 'sources': [ | 856 'sources': [ |
855 'services/dbus_echo/dbus_echo_service.cc', | 857 'services/dbus_echo/dbus_echo_service.cc', |
856 ], | 858 ], |
857 }, | 859 }, |
858 ], | 860 ], |
859 }], | 861 }], |
860 ], | 862 ], |
861 } | 863 } |
OLD | NEW |