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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 'export_dependent_settings': [ | 140 'export_dependent_settings': [ |
141 '../ui/gfx/gfx.gyp:gfx', | 141 '../ui/gfx/gfx.gyp:gfx', |
142 ], | 142 ], |
143 'sources': [ | 143 'sources': [ |
144 'services/public/cpp/geometry/lib/geometry_type_converters.cc', | 144 'services/public/cpp/geometry/lib/geometry_type_converters.cc', |
145 'services/public/cpp/geometry/geometry_type_converters.h', | 145 'services/public/cpp/geometry/geometry_type_converters.h', |
146 'services/public/cpp/geometry/mojo_geometry_export.h', | 146 'services/public/cpp/geometry/mojo_geometry_export.h', |
147 ], | 147 ], |
148 }, | 148 }, |
149 { | 149 { |
| 150 # GN version: //mojo/services/public/cpp/geometry |
150 'target_name': 'mojo_surfaces_lib', | 151 'target_name': 'mojo_surfaces_lib', |
151 'type': '<(component)', | 152 'type': '<(component)', |
152 'defines': [ | 153 'defines': [ |
153 'MOJO_SURFACES_IMPLEMENTATION', | 154 'MOJO_SURFACES_IMPLEMENTATION', |
154 ], | 155 ], |
155 'dependencies': [ | 156 'dependencies': [ |
156 '../base/base.gyp:base', | 157 '../base/base.gyp:base', |
157 '../cc/cc.gyp:cc', | 158 '../cc/cc.gyp:cc', |
158 '../cc/cc.gyp:cc_surfaces', | 159 '../cc/cc.gyp:cc_surfaces', |
159 '../gpu/gpu.gyp:gpu', | 160 '../gpu/gpu.gyp:gpu', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 '<(mojo_system_for_loadable_module)', | 378 '<(mojo_system_for_loadable_module)', |
378 ], | 379 ], |
379 'export_dependent_settings': [ | 380 'export_dependent_settings': [ |
380 'mojo_network_bindings', | 381 'mojo_network_bindings', |
381 ], | 382 ], |
382 'sources': [ | 383 'sources': [ |
383 'services/network/main.cc', | 384 'services/network/main.cc', |
384 ], | 385 ], |
385 }, | 386 }, |
386 { | 387 { |
| 388 # GN version: //mojo/services/surfaces |
387 'target_name': 'mojo_surfaces_service', | 389 'target_name': 'mojo_surfaces_service', |
388 'type': 'loadable_module', | 390 'type': 'loadable_module', |
389 'dependencies': [ | 391 'dependencies': [ |
390 '../base/base.gyp:base', | 392 '../base/base.gyp:base', |
391 '../cc/cc.gyp:cc', | 393 '../cc/cc.gyp:cc', |
392 '../cc/cc.gyp:cc_surfaces', | 394 '../cc/cc.gyp:cc_surfaces', |
393 '../ui/gfx/gfx.gyp:gfx_geometry', | 395 '../ui/gfx/gfx.gyp:gfx_geometry', |
394 'mojo_base.gyp:mojo_environment_chromium', | 396 'mojo_base.gyp:mojo_environment_chromium', |
395 'mojo_base.gyp:mojo_application_chromium', | 397 'mojo_base.gyp:mojo_application_chromium', |
396 'mojo_cc_support', | 398 'mojo_cc_support', |
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
861 'mojo_echo_bindings', | 863 'mojo_echo_bindings', |
862 ], | 864 ], |
863 'sources': [ | 865 'sources': [ |
864 'services/dbus_echo/dbus_echo_service.cc', | 866 'services/dbus_echo/dbus_echo_service.cc', |
865 ], | 867 ], |
866 }, | 868 }, |
867 ], | 869 ], |
868 }], | 870 }], |
869 ], | 871 ], |
870 } | 872 } |
OLD | NEW |