| 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 15 matching lines...) Expand all Loading... |
| 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_environment_chromium', | 33 'mojo_base.gyp:mojo_environment_chromium', |
| 34 'mojo_base.gyp:mojo_utility', | 34 'mojo_base.gyp:mojo_utility', |
| 35 'mojo_base.gyp:mojo_application_chromium', | 35 'mojo_base.gyp:mojo_application_chromium', |
| 36 'mojo_content_handler_bindings', |
| 36 'mojo_navigation_bindings', | 37 'mojo_navigation_bindings', |
| 37 'mojo_network_bindings', | 38 'mojo_network_bindings', |
| 38 'mojo_launcher_bindings', | 39 'mojo_launcher_bindings', |
| 39 'mojo_view_manager_lib', | 40 'mojo_view_manager_lib', |
| 40 '<(mojo_system_for_loadable_module)', | 41 '<(mojo_system_for_loadable_module)', |
| 41 ], | 42 ], |
| 42 'include_dirs': [ | 43 'include_dirs': [ |
| 43 'third_party/WebKit' | 44 'third_party/WebKit' |
| 44 ], | 45 ], |
| 45 'sources': [ | 46 'sources': [ |
| (...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 'mojo_echo_bindings', | 860 'mojo_echo_bindings', |
| 860 ], | 861 ], |
| 861 'sources': [ | 862 'sources': [ |
| 862 'services/dbus_echo/dbus_echo_service.cc', | 863 'services/dbus_echo/dbus_echo_service.cc', |
| 863 ], | 864 ], |
| 864 }, | 865 }, |
| 865 ], | 866 ], |
| 866 }], | 867 }], |
| 867 ], | 868 ], |
| 868 } | 869 } |
| OLD | NEW |