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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 'public/bindings/lib/message_queue.h', | 334 'public/bindings/lib/message_queue.h', |
335 ], | 335 ], |
336 }, | 336 }, |
337 { | 337 { |
338 'target_name': 'mojo_bindings_test', | 338 'target_name': 'mojo_bindings_test', |
339 'type': 'executable', | 339 'type': 'executable', |
340 'include_dirs': [ | 340 'include_dirs': [ |
341 '..' | 341 '..' |
342 ], | 342 ], |
343 'dependencies': [ | 343 'dependencies': [ |
| 344 '../testing/gtest.gyp:gtest', |
344 'mojo_bindings', | 345 'mojo_bindings', |
| 346 'mojo_run_all_unittests', |
345 'mojo_system', | 347 'mojo_system', |
346 ], | 348 ], |
347 'sources': [ | 349 'sources': [ |
348 'public/bindings/sample/generated/sample_service.cc', | 350 'public/bindings/sample/generated/sample_service.cc', |
349 'public/bindings/sample/generated/sample_service.h', | 351 'public/bindings/sample/generated/sample_service.h', |
350 'public/bindings/sample/generated/sample_service_internal.h', | 352 'public/bindings/sample/generated/sample_service_internal.h', |
351 'public/bindings/sample/sample_test.cc', | 353 'public/bindings/sample/sample_test.cc', |
352 ], | 354 ], |
353 }, | 355 }, |
354 { | 356 { |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', | 464 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', |
463 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', | 465 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', |
464 'native_lib_target': 'libmojo_shell', | 466 'native_lib_target': 'libmojo_shell', |
465 }, | 467 }, |
466 'includes': [ '../build/java_apk.gypi' ], | 468 'includes': [ '../build/java_apk.gypi' ], |
467 } | 469 } |
468 ], | 470 ], |
469 }], | 471 }], |
470 ], | 472 ], |
471 } | 473 } |
OLD | NEW |