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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 ['OS=="win" or OS=="android" or OS=="linux" or OS=="mac"', { | 271 ['OS=="win" or OS=="android" or OS=="linux" or OS=="mac"', { |
272 'sources!': [ | 272 'sources!': [ |
273 'services/native_viewport/native_viewport_stub.cc', | 273 'services/native_viewport/native_viewport_stub.cc', |
274 ], | 274 ], |
275 }], | 275 }], |
276 ['OS=="android"', { | 276 ['OS=="android"', { |
277 'dependencies': [ | 277 'dependencies': [ |
278 'mojo_jni_headers', | 278 'mojo_jni_headers', |
279 ], | 279 ], |
280 }], | 280 }], |
| 281 ['use_x11==1', { |
| 282 'dependencies': [ |
| 283 '../ui/platform_window/x11/x11_window.gyp:x11_window', |
| 284 ], |
| 285 }], |
281 ], | 286 ], |
282 }, | 287 }, |
283 { | 288 { |
284 'target_name': 'mojo_navigation_bindings', | 289 'target_name': 'mojo_navigation_bindings', |
285 'type': 'static_library', | 290 'type': 'static_library', |
286 'sources': [ | 291 'sources': [ |
287 'services/public/interfaces/navigation/navigation.mojom', | 292 'services/public/interfaces/navigation/navigation.mojom', |
288 ], | 293 ], |
289 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 294 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
290 'export_dependent_settings': [ | 295 'export_dependent_settings': [ |
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
745 'mojo_system_impl', | 750 'mojo_system_impl', |
746 ], | 751 ], |
747 'sources': [ | 752 'sources': [ |
748 'services/dbus_echo/dbus_echo_service.cc', | 753 'services/dbus_echo/dbus_echo_service.cc', |
749 ], | 754 ], |
750 }, | 755 }, |
751 ], | 756 ], |
752 }], | 757 }], |
753 ], | 758 ], |
754 } | 759 } |
OLD | NEW |