| 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', |
| 478 '../base/base.gyp:base', | 479 '../base/base.gyp:base', |
| 479 ], | 480 ], |
| 481 'export_dependent_settings': [ |
| 482 '../testing/gtest.gyp:gtest', |
| 483 ], |
| 480 'sources': [ | 484 'sources': [ |
| 481 'test/fake_server/android/fake_server_helper_android.cc', | 485 'test/fake_server/android/fake_server_helper_android.cc', |
| 482 'test/fake_server/android/fake_server_helper_android.h', | 486 'test/fake_server/android/fake_server_helper_android.h', |
| 483 ], | 487 ], |
| 484 }, | 488 }, |
| 485 { | 489 { |
| 486 # GN: //sync:sync_unit_tests_apk | 490 # GN: //sync:sync_unit_tests_apk |
| 487 'target_name': 'sync_unit_tests_apk', | 491 'target_name': 'sync_unit_tests_apk', |
| 488 'type': 'none', | 492 'type': 'none', |
| 489 'dependencies': [ | 493 'dependencies': [ |
| 490 'sync_unit_tests', | 494 'sync_unit_tests', |
| 491 ], | 495 ], |
| 492 'variables': { | 496 'variables': { |
| 493 'test_suite_name': 'sync_unit_tests', | 497 'test_suite_name': 'sync_unit_tests', |
| 494 }, | 498 }, |
| 495 'includes': [ '../build/apk_test.gypi' ], | 499 'includes': [ '../build/apk_test.gypi' ], |
| 496 }, | 500 }, |
| 497 ], | 501 ], |
| 498 }], | 502 }], |
| 499 ], | 503 ], |
| 500 } | 504 } |
| OLD | NEW |