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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 }, | 202 }, |
203 { | 203 { |
204 # GN version: //mojo/public/interfaces/application:application | 204 # GN version: //mojo/public/interfaces/application:application |
205 'target_name': 'mojo_application_bindings', | 205 'target_name': 'mojo_application_bindings', |
206 'type': 'static_library', | 206 'type': 'static_library', |
207 'dependencies': [ | 207 'dependencies': [ |
208 'mojo_application_bindings_mojom', | 208 'mojo_application_bindings_mojom', |
209 'mojo_cpp_bindings', | 209 'mojo_cpp_bindings', |
210 ], | 210 ], |
211 'export_dependent_settings': [ | 211 'export_dependent_settings': [ |
| 212 'mojo_application_bindings_mojom', |
212 'mojo_cpp_bindings', | 213 'mojo_cpp_bindings', |
213 ], | 214 ], |
214 }, | 215 }, |
215 { | 216 { |
216 # GN version: //mojo/public/cpp/application | 217 # GN version: //mojo/public/cpp/application |
217 'target_name': 'mojo_application_base', | 218 'target_name': 'mojo_application_base', |
218 'type': 'static_library', | 219 'type': 'static_library', |
219 'sources': [ | 220 'sources': [ |
220 'cpp/application/application_connection.h', | 221 'cpp/application/application_connection.h', |
221 'cpp/application/application_delegate.h', | 222 'cpp/application/application_delegate.h', |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 }, | 376 }, |
376 'dependencies': [ | 377 'dependencies': [ |
377 'mojo_public_java', | 378 'mojo_public_java', |
378 ], | 379 ], |
379 'includes': [ '../../build/java.gypi' ], | 380 'includes': [ '../../build/java.gypi' ], |
380 }, | 381 }, |
381 ], | 382 ], |
382 }], | 383 }], |
383 ], | 384 ], |
384 } | 385 } |
OLD | NEW |