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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 'mojo_gles2', | 702 'mojo_gles2', |
703 'mojo_input_events_bindings', | 703 'mojo_input_events_bindings', |
704 'mojo_input_events_lib', | 704 'mojo_input_events_lib', |
705 'mojo_native_viewport_bindings', | 705 'mojo_native_viewport_bindings', |
706 'mojo_view_manager_bindings', | 706 'mojo_view_manager_bindings', |
707 'mojo_view_manager_common', | 707 'mojo_view_manager_common', |
708 '<(mojo_system_for_component)', | 708 '<(mojo_system_for_component)', |
709 ], | 709 ], |
710 'sources': [ | 710 'sources': [ |
711 'public/cpp/application/lib/mojo_main_chromium.cc', | 711 'public/cpp/application/lib/mojo_main_chromium.cc', |
| 712 'services/view_manager/access_policy.h', |
| 713 'services/view_manager/access_policy_delegate.h', |
| 714 'services/view_manager/default_access_policy.cc', |
| 715 'services/view_manager/default_access_policy.h', |
| 716 'services/view_manager/window_manager_access_policy.cc', |
| 717 'services/view_manager/window_manager_access_policy.h', |
712 'services/view_manager/ids.h', | 718 'services/view_manager/ids.h', |
713 'services/view_manager/main.cc', | 719 'services/view_manager/main.cc', |
714 'services/view_manager/node.cc', | 720 'services/view_manager/node.cc', |
715 'services/view_manager/node.h', | 721 'services/view_manager/node.h', |
716 'services/view_manager/node_delegate.h', | 722 'services/view_manager/node_delegate.h', |
717 'services/view_manager/root_node_manager.cc', | 723 'services/view_manager/root_node_manager.cc', |
718 'services/view_manager/root_node_manager.h', | 724 'services/view_manager/root_node_manager.h', |
719 'services/view_manager/root_view_manager.cc', | 725 'services/view_manager/root_view_manager.cc', |
720 'services/view_manager/root_view_manager.h', | 726 'services/view_manager/root_view_manager.h', |
721 'services/view_manager/root_view_manager_delegate.h', | 727 'services/view_manager/root_view_manager_delegate.h', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
890 'mojo_system_impl', | 896 'mojo_system_impl', |
891 ], | 897 ], |
892 'sources': [ | 898 'sources': [ |
893 'services/dbus_echo/dbus_echo_service.cc', | 899 'services/dbus_echo/dbus_echo_service.cc', |
894 ], | 900 ], |
895 }, | 901 }, |
896 ], | 902 ], |
897 }], | 903 }], |
898 ], | 904 ], |
899 } | 905 } |
OLD | NEW |