| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 }], | 283 }], |
| 284 ['use_x11==1', { | 284 ['use_x11==1', { |
| 285 'dependencies': [ | 285 'dependencies': [ |
| 286 '../ui/platform_window/x11/x11_window.gyp:x11_window', | 286 '../ui/platform_window/x11/x11_window.gyp:x11_window', |
| 287 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo
rm', | 287 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo
rm', |
| 288 ], | 288 ], |
| 289 }], | 289 }], |
| 290 ], | 290 ], |
| 291 }, | 291 }, |
| 292 { | 292 { |
| 293 'target_name': 'mojo_native_viewport_service', |
| 294 'type': 'loadable_module', |
| 295 'dependencies': [ |
| 296 'mojo_native_viewport_bindings', |
| 297 'mojo_native_viewport_service_lib', |
| 298 '<(mojo_gles2_for_loadable_module)', |
| 299 '<(mojo_system_for_loadable_module)', |
| 300 ], |
| 301 'export_dependent_settings': [ |
| 302 'mojo_native_viewport_bindings', |
| 303 ], |
| 304 'sources': [ |
| 305 'services/native_viewport/main.cc', |
| 306 ], |
| 307 }, |
| 308 { |
| 293 # GN version: //mojo/services/public/interfaces/navigation | 309 # GN version: //mojo/services/public/interfaces/navigation |
| 294 'target_name': 'mojo_navigation_bindings', | 310 'target_name': 'mojo_navigation_bindings', |
| 295 'type': 'static_library', | 311 'type': 'static_library', |
| 296 'sources': [ | 312 'sources': [ |
| 297 'services/public/interfaces/navigation/navigation.mojom', | 313 'services/public/interfaces/navigation/navigation.mojom', |
| 298 ], | 314 ], |
| 299 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 315 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 300 'export_dependent_settings': [ | 316 'export_dependent_settings': [ |
| 301 'mojo_base.gyp:mojo_cpp_bindings', | 317 'mojo_base.gyp:mojo_cpp_bindings', |
| 302 ], | 318 ], |
| (...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 'mojo_echo_bindings', | 876 'mojo_echo_bindings', |
| 861 ], | 877 ], |
| 862 'sources': [ | 878 'sources': [ |
| 863 'services/dbus_echo/dbus_echo_service.cc', | 879 'services/dbus_echo/dbus_echo_service.cc', |
| 864 ], | 880 ], |
| 865 }, | 881 }, |
| 866 ], | 882 ], |
| 867 }], | 883 }], |
| 868 ], | 884 ], |
| 869 } | 885 } |
| OLD | NEW |