OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
307 ], | 307 ], |
308 }, | 308 }, |
309 { | 309 { |
310 'target_name': 'mojo_bindings_test', | 310 'target_name': 'mojo_bindings_test', |
311 'type': 'executable', | 311 'type': 'executable', |
312 'include_dirs': [ | 312 'include_dirs': [ |
313 '..' | 313 '..' |
314 ], | 314 ], |
315 'dependencies': [ | 315 'dependencies': [ |
316 'mojo_bindings', | 316 'mojo_bindings', |
| 317 'mojo_system', |
317 ], | 318 ], |
318 'sources': [ | 319 'sources': [ |
319 'public/bindings/sample/generated/sample_service.cc', | 320 'public/bindings/sample/generated/sample_service.cc', |
320 'public/bindings/sample/generated/sample_service.h', | 321 'public/bindings/sample/generated/sample_service.h', |
321 'public/bindings/sample/generated/sample_service_internal.h', | 322 'public/bindings/sample/generated/sample_service_internal.h', |
322 'public/bindings/sample/sample_test.cc', | 323 'public/bindings/sample/sample_test.cc', |
323 ], | 324 ], |
324 }, | 325 }, |
325 { | 326 { |
326 'target_name': 'native_viewport', | 327 'target_name': 'native_viewport', |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
433 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', | 434 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', |
434 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', | 435 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', |
435 'native_lib_target': 'libmojo_shell', | 436 'native_lib_target': 'libmojo_shell', |
436 }, | 437 }, |
437 'includes': [ '../build/java_apk.gypi' ], | 438 'includes': [ '../build/java_apk.gypi' ], |
438 } | 439 } |
439 ], | 440 ], |
440 }], | 441 }], |
441 ], | 442 ], |
442 } | 443 } |
OLD | NEW |