| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //mojo/public/c/system | 8 # GN version: //mojo/public/c/system |
| 9 'target_name': 'mojo_system', | 9 'target_name': 'mojo_system', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 'public/cpp/application/lib/weak_service_provider.h', | 244 'public/cpp/application/lib/weak_service_provider.h', |
| 245 ], | 245 ], |
| 246 'dependencies': [ | 246 'dependencies': [ |
| 247 'mojo_application_bindings', | 247 'mojo_application_bindings', |
| 248 ], | 248 ], |
| 249 'export_dependent_settings': [ | 249 'export_dependent_settings': [ |
| 250 'mojo_application_bindings', | 250 'mojo_application_bindings', |
| 251 ], | 251 ], |
| 252 }, | 252 }, |
| 253 { | 253 { |
| 254 # GN version: //mojo/public/cpp/application:standalone" |
| 254 'target_name': 'mojo_application_standalone', | 255 'target_name': 'mojo_application_standalone', |
| 255 'type': 'static_library', | 256 'type': 'static_library', |
| 256 'sources': [ | 257 'sources': [ |
| 257 'public/cpp/application/lib/application_impl_standalone.cc', | 258 'public/cpp/application/lib/application_impl_standalone.cc', |
| 258 ], | 259 ], |
| 259 'dependencies': [ | 260 'dependencies': [ |
| 260 'mojo_application_base', | 261 'mojo_application_base', |
| 261 ], | 262 ], |
| 262 'export_dependent_settings': [ | 263 'export_dependent_settings': [ |
| 263 'mojo_application_base', | 264 'mojo_application_base', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 285 }, | 286 }, |
| 286 'dependencies': [ | 287 'dependencies': [ |
| 287 'mojo_public_java', | 288 'mojo_public_java', |
| 288 ], | 289 ], |
| 289 'includes': [ '../build/java.gypi' ], | 290 'includes': [ '../build/java.gypi' ], |
| 290 }, | 291 }, |
| 291 ], | 292 ], |
| 292 }], | 293 }], |
| 293 ], | 294 ], |
| 294 } | 295 } |
| OLD | NEW |