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 14 matching lines...) Expand all Loading... |
25 'dependencies': [ | 25 'dependencies': [ |
26 '../net/net.gyp:net', | 26 '../net/net.gyp:net', |
27 '../skia/skia.gyp:skia', | 27 '../skia/skia.gyp:skia', |
28 '../third_party/WebKit/public/blink.gyp:blink', | 28 '../third_party/WebKit/public/blink.gyp:blink', |
29 '../ui/native_theme/native_theme.gyp:native_theme', | 29 '../ui/native_theme/native_theme.gyp:native_theme', |
30 '../url/url.gyp:url_lib', | 30 '../url/url.gyp:url_lib', |
31 'mojo_base.gyp:mojo_common_lib', | 31 'mojo_base.gyp:mojo_common_lib', |
32 'mojo_base.gyp:mojo_cpp_bindings', | 32 'mojo_base.gyp:mojo_cpp_bindings', |
33 'mojo_base.gyp:mojo_utility', | 33 'mojo_base.gyp:mojo_utility', |
34 'mojo_base.gyp:mojo_application_chromium', | 34 'mojo_base.gyp:mojo_application_chromium', |
| 35 'mojo_content_handler_bindings', |
35 'mojo_navigation_bindings', | 36 'mojo_navigation_bindings', |
36 'mojo_network_bindings', | 37 'mojo_network_bindings', |
37 'mojo_launcher_bindings', | 38 'mojo_launcher_bindings', |
38 'mojo_view_manager_lib', | 39 'mojo_view_manager_lib', |
39 '<(mojo_system_for_loadable_module)', | 40 '<(mojo_system_for_loadable_module)', |
40 ], | 41 ], |
41 'include_dirs': [ | 42 'include_dirs': [ |
42 'third_party/WebKit' | 43 'third_party/WebKit' |
43 ], | 44 ], |
44 'sources': [ | 45 'sources': [ |
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
895 'mojo_echo_bindings', | 896 'mojo_echo_bindings', |
896 ], | 897 ], |
897 'sources': [ | 898 'sources': [ |
898 'services/dbus_echo/dbus_echo_service.cc', | 899 'services/dbus_echo/dbus_echo_service.cc', |
899 ], | 900 ], |
900 }, | 901 }, |
901 ], | 902 ], |
902 }], | 903 }], |
903 ], | 904 ], |
904 } | 905 } |
OLD | NEW |