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', |
240 ], | 241 ], |
241 'export_dependent_settings': [ | 242 'export_dependent_settings': [ |
242 'mojo_application_bindings', | 243 'mojo_application_bindings', |
| 244 'mojo_application_bindings_mojom', |
243 ], | 245 ], |
244 }, | 246 }, |
245 { | 247 { |
246 # GN version: //mojo/public/cpp/application:standalone" | 248 # GN version: //mojo/public/cpp/application:standalone" |
247 'target_name': 'mojo_application_standalone', | 249 'target_name': 'mojo_application_standalone', |
248 'type': 'static_library', | 250 'type': 'static_library', |
249 'sources': [ | 251 'sources': [ |
250 'cpp/application/lib/application_runner.cc', | 252 'cpp/application/lib/application_runner.cc', |
251 'cpp/application/application_runner.h', | 253 'cpp/application/application_runner.h', |
252 ], | 254 ], |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 }, | 377 }, |
376 'dependencies': [ | 378 'dependencies': [ |
377 'mojo_public_java', | 379 'mojo_public_java', |
378 ], | 380 ], |
379 'includes': [ '../../build/java.gypi' ], | 381 'includes': [ '../../build/java.gypi' ], |
380 }, | 382 }, |
381 ], | 383 ], |
382 }], | 384 }], |
383 ], | 385 ], |
384 } | 386 } |
OLD | NEW |