| 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 ['OS=="win" or OS=="android" or OS=="linux" or OS=="mac"', { | 315 ['OS=="win" or OS=="android" or OS=="linux" or OS=="mac"', { |
| 316 'sources!': [ | 316 'sources!': [ |
| 317 'services/native_viewport/native_viewport_stub.cc', | 317 'services/native_viewport/native_viewport_stub.cc', |
| 318 ], | 318 ], |
| 319 }], | 319 }], |
| 320 ['OS=="android"', { | 320 ['OS=="android"', { |
| 321 'dependencies': [ | 321 'dependencies': [ |
| 322 'mojo_jni_headers', | 322 'mojo_jni_headers', |
| 323 ], | 323 ], |
| 324 }], | 324 }], |
| 325 ['OS=="win"', { |
| 326 'dependencies': [ |
| 327 '../ui/platform_window/win/win_window.gyp:win_window', |
| 328 ], |
| 329 }], |
| 325 ['use_x11==1', { | 330 ['use_x11==1', { |
| 326 'dependencies': [ | 331 'dependencies': [ |
| 327 '../ui/platform_window/x11/x11_window.gyp:x11_window', | 332 '../ui/platform_window/x11/x11_window.gyp:x11_window', |
| 328 ], | 333 ], |
| 329 }], | 334 }], |
| 330 ], | 335 ], |
| 331 }, | 336 }, |
| 332 { | 337 { |
| 333 'target_name': 'mojo_navigation_bindings', | 338 'target_name': 'mojo_navigation_bindings', |
| 334 'type': 'static_library', | 339 'type': 'static_library', |
| (...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 852 'mojo_system_impl', | 857 'mojo_system_impl', |
| 853 ], | 858 ], |
| 854 'sources': [ | 859 'sources': [ |
| 855 'services/dbus_echo/dbus_echo_service.cc', | 860 'services/dbus_echo/dbus_echo_service.cc', |
| 856 ], | 861 ], |
| 857 }, | 862 }, |
| 858 ], | 863 ], |
| 859 }], | 864 }], |
| 860 ], | 865 ], |
| 861 } | 866 } |
| OLD | NEW |