| 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 358 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 359 'export_dependent_settings': [ | 359 'export_dependent_settings': [ |
| 360 'mojo_base.gyp:mojo_cpp_bindings', | 360 'mojo_base.gyp:mojo_cpp_bindings', |
| 361 ], | 361 ], |
| 362 'dependencies': [ | 362 'dependencies': [ |
| 363 'mojo_base.gyp:mojo_cpp_bindings', | 363 'mojo_base.gyp:mojo_cpp_bindings', |
| 364 'mojo_network_bindings', | 364 'mojo_network_bindings', |
| 365 ], | 365 ], |
| 366 }, | 366 }, |
| 367 { | 367 { |
| 368 # GN version: //mojo/services/public/interfaces/content_handler | |
| 369 'target_name': 'mojo_content_handler_bindings', | |
| 370 'type': 'static_library', | |
| 371 'sources': [ | |
| 372 'services/public/interfaces/content_handler/content_handler.mojom', | |
| 373 ], | |
| 374 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | |
| 375 'export_dependent_settings': [ | |
| 376 'mojo_base.gyp:mojo_cpp_bindings', | |
| 377 ], | |
| 378 'dependencies': [ | |
| 379 'mojo_base.gyp:mojo_cpp_bindings', | |
| 380 'mojo_network_bindings', | |
| 381 ], | |
| 382 }, | |
| 383 { | |
| 384 # GN version: //mojo/services/public/interfaces/network | 368 # GN version: //mojo/services/public/interfaces/network |
| 385 'target_name': 'mojo_network_bindings', | 369 'target_name': 'mojo_network_bindings', |
| 386 'type': 'static_library', | 370 'type': 'static_library', |
| 387 'sources': [ | 371 'sources': [ |
| 388 'services/public/interfaces/network/cookie_store.mojom', | 372 'services/public/interfaces/network/cookie_store.mojom', |
| 389 'services/public/interfaces/network/network_error.mojom', | 373 'services/public/interfaces/network/network_error.mojom', |
| 390 'services/public/interfaces/network/network_service.mojom', | 374 'services/public/interfaces/network/network_service.mojom', |
| 391 'services/public/interfaces/network/url_loader.mojom', | 375 'services/public/interfaces/network/url_loader.mojom', |
| 392 ], | 376 ], |
| 393 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 377 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 924 'mojo_echo_bindings', | 908 'mojo_echo_bindings', |
| 925 ], | 909 ], |
| 926 'sources': [ | 910 'sources': [ |
| 927 'services/dbus_echo/dbus_echo_service.cc', | 911 'services/dbus_echo/dbus_echo_service.cc', |
| 928 ], | 912 ], |
| 929 }, | 913 }, |
| 930 ], | 914 ], |
| 931 }], | 915 }], |
| 932 ], | 916 ], |
| 933 } | 917 } |
| OLD | NEW |