| 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 'targets': [ | 6 'targets': [ |
| 7 # Test support files for the 'sync_core' target. | 7 # Test support files for the 'sync_core' target. |
| 8 # GN version: //sync:test_support_sync_core | 8 # GN version: //sync:test_support_sync_core |
| 9 { | 9 { |
| 10 'target_name': 'test_support_sync_core', | 10 'target_name': 'test_support_sync_core', |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 }, | 468 }, |
| 469 'includes': [ '../build/jni_generator.gypi' ], | 469 'includes': [ '../build/jni_generator.gypi' ], |
| 470 }, | 470 }, |
| 471 { | 471 { |
| 472 # GN: //sync:test_support_sync_fake_server_android | 472 # GN: //sync:test_support_sync_fake_server_android |
| 473 'target_name': 'test_support_sync_fake_server_android', | 473 'target_name': 'test_support_sync_fake_server_android', |
| 474 'type': 'static_library', | 474 'type': 'static_library', |
| 475 'dependencies': [ | 475 'dependencies': [ |
| 476 'sync_fake_server_jni_headers', | 476 'sync_fake_server_jni_headers', |
| 477 'test_support_sync_fake_server', | 477 'test_support_sync_fake_server', |
| 478 '../testing/gtest.gyp:gtest', | |
| 479 '../base/base.gyp:base', | 478 '../base/base.gyp:base', |
| 480 ], | 479 ], |
| 481 'sources': [ | 480 'sources': [ |
| 482 'test/fake_server/android/fake_server_helper_android.cc', | 481 'test/fake_server/android/fake_server_helper_android.cc', |
| 483 'test/fake_server/android/fake_server_helper_android.h', | 482 'test/fake_server/android/fake_server_helper_android.h', |
| 484 ], | 483 ], |
| 485 }, | 484 }, |
| 486 { | 485 { |
| 487 # GN: //sync:sync_unit_tests_apk | 486 # GN: //sync:sync_unit_tests_apk |
| 488 'target_name': 'sync_unit_tests_apk', | 487 'target_name': 'sync_unit_tests_apk', |
| 489 'type': 'none', | 488 'type': 'none', |
| 490 'dependencies': [ | 489 'dependencies': [ |
| 491 'sync_unit_tests', | 490 'sync_unit_tests', |
| 492 ], | 491 ], |
| 493 'variables': { | 492 'variables': { |
| 494 'test_suite_name': 'sync_unit_tests', | 493 'test_suite_name': 'sync_unit_tests', |
| 495 }, | 494 }, |
| 496 'includes': [ '../build/apk_test.gypi' ], | 495 'includes': [ '../build/apk_test.gypi' ], |
| 497 }, | 496 }, |
| 498 ], | 497 ], |
| 499 }], | 498 }], |
| 500 ], | 499 ], |
| 501 } | 500 } |
| OLD | NEW |