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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
384 }, | 384 }, |
385 { | 385 { |
386 'target_name': 'mojo_surfaces_service', | 386 'target_name': 'mojo_surfaces_service', |
387 'type': 'loadable_module', | 387 'type': 'loadable_module', |
388 'dependencies': [ | 388 'dependencies': [ |
389 '../base/base.gyp:base', | 389 '../base/base.gyp:base', |
390 '../cc/cc.gyp:cc', | 390 '../cc/cc.gyp:cc', |
391 '../cc/cc.gyp:cc_surfaces', | 391 '../cc/cc.gyp:cc_surfaces', |
392 '../ui/gfx/gfx.gyp:gfx_geometry', | 392 '../ui/gfx/gfx.gyp:gfx_geometry', |
393 'mojo_base.gyp:mojo_environment_chromium', | 393 'mojo_base.gyp:mojo_environment_chromium', |
394 'mojo_base.gyp:mojo_system_impl', | |
395 'mojo_base.gyp:mojo_application_chromium', | 394 'mojo_base.gyp:mojo_application_chromium', |
396 'mojo_cc_support', | 395 'mojo_cc_support', |
397 'mojo_geometry_bindings', | 396 'mojo_geometry_bindings', |
398 'mojo_geometry_lib', | 397 'mojo_geometry_lib', |
399 'mojo_surfaces_bindings', | 398 'mojo_surfaces_bindings', |
400 'mojo_surfaces_lib', | 399 'mojo_surfaces_lib', |
401 '<(mojo_gles2_for_loadable_module)', | 400 '<(mojo_gles2_for_loadable_module)', |
402 '<(mojo_system_for_loadable_module)', | 401 '<(mojo_system_for_loadable_module)', |
403 ], | 402 ], |
404 'sources': [ | 403 'sources': [ |
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
858 'mojo_echo_bindings', | 857 'mojo_echo_bindings', |
859 ], | 858 ], |
860 'sources': [ | 859 'sources': [ |
861 'services/dbus_echo/dbus_echo_service.cc', | 860 'services/dbus_echo/dbus_echo_service.cc', |
862 ], | 861 ], |
863 }, | 862 }, |
864 ], | 863 ], |
865 }], | 864 }], |
866 ], | 865 ], |
867 } | 866 } |
OLD | NEW |