| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'includes': [ | 6 'includes': [ |
| 7 '../mojo_variables.gypi', | 7 '../mojo_variables.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 'cpp/application/lib/service_connector.cc', | 230 'cpp/application/lib/service_connector.cc', |
| 231 'cpp/application/lib/service_connector.h', | 231 'cpp/application/lib/service_connector.h', |
| 232 'cpp/application/lib/service_registry.cc', | 232 'cpp/application/lib/service_registry.cc', |
| 233 'cpp/application/lib/service_registry.h', | 233 'cpp/application/lib/service_registry.h', |
| 234 'cpp/application/lib/weak_service_provider.cc', | 234 'cpp/application/lib/weak_service_provider.cc', |
| 235 'cpp/application/lib/weak_service_provider.h', | 235 'cpp/application/lib/weak_service_provider.h', |
| 236 'cpp/application/service_provider_impl.h', | 236 'cpp/application/service_provider_impl.h', |
| 237 ], | 237 ], |
| 238 'dependencies': [ | 238 'dependencies': [ |
| 239 'mojo_application_bindings', | 239 'mojo_application_bindings', |
| 240 'mojo_application_bindings_mojom', | |
| 241 ], | 240 ], |
| 242 'export_dependent_settings': [ | 241 'export_dependent_settings': [ |
| 243 'mojo_application_bindings', | 242 'mojo_application_bindings', |
| 244 'mojo_application_bindings_mojom', | |
| 245 ], | 243 ], |
| 246 }, | 244 }, |
| 247 { | 245 { |
| 248 # GN version: //mojo/public/cpp/application:standalone" | 246 # GN version: //mojo/public/cpp/application:standalone" |
| 249 'target_name': 'mojo_application_standalone', | 247 'target_name': 'mojo_application_standalone', |
| 250 'type': 'static_library', | 248 'type': 'static_library', |
| 251 'sources': [ | 249 'sources': [ |
| 252 'cpp/application/lib/application_runner.cc', | 250 'cpp/application/lib/application_runner.cc', |
| 253 'cpp/application/application_runner.h', | 251 'cpp/application/application_runner.h', |
| 254 ], | 252 ], |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 }, | 375 }, |
| 378 'dependencies': [ | 376 'dependencies': [ |
| 379 'mojo_public_java', | 377 'mojo_public_java', |
| 380 ], | 378 ], |
| 381 'includes': [ '../../build/java.gypi' ], | 379 'includes': [ '../../build/java.gypi' ], |
| 382 }, | 380 }, |
| 383 ], | 381 ], |
| 384 }], | 382 }], |
| 385 ], | 383 ], |
| 386 } | 384 } |
| OLD | NEW |