| 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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 460 'dependencies': [ | 460 'dependencies': [ |
| 461 'sync_java', | 461 'sync_java', |
| 462 ], | 462 ], |
| 463 'includes': [ '../build/java.gypi' ], | 463 'includes': [ '../build/java.gypi' ], |
| 464 }, | 464 }, |
| 465 { | 465 { |
| 466 # GN: //sync:sync_fake_server_jni_headers | 466 # GN: //sync:sync_fake_server_jni_headers |
| 467 'target_name': 'sync_fake_server_jni_headers', | 467 'target_name': 'sync_fake_server_jni_headers', |
| 468 'type': 'none', | 468 'type': 'none', |
| 469 'sources': [ | 469 'sources': [ |
| 470 '../chrome/android/sync_shell/javatests/src/chromium/chrome/browser/
sync/FakeServerHelper.java', | 470 '../chrome/android/sync_shell/javatests/src/org/chromium/chrome/brow
ser/sync/FakeServerHelper.java', |
| 471 ], | 471 ], |
| 472 'variables': { | 472 'variables': { |
| 473 'jni_gen_package': 'sync/test/fake_server', | 473 'jni_gen_package': 'sync/test/fake_server', |
| 474 'jni_generator_ptr_type': 'long', | 474 'jni_generator_ptr_type': 'long', |
| 475 }, | 475 }, |
| 476 'includes': [ '../build/jni_generator.gypi' ], | 476 'includes': [ '../build/jni_generator.gypi' ], |
| 477 }, | 477 }, |
| 478 { | 478 { |
| 479 # TODO(pvalenzuela): Create GN version of this target. | 479 # TODO(pvalenzuela): Create GN version of this target. |
| 480 # http://crbug.com/475612 | 480 # http://crbug.com/475612 |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 ], | 539 ], |
| 540 'variables': { | 540 'variables': { |
| 541 'test_suite_name': 'sync_unit_tests', | 541 'test_suite_name': 'sync_unit_tests', |
| 542 }, | 542 }, |
| 543 'includes': [ '../build/apk_test.gypi' ], | 543 'includes': [ '../build/apk_test.gypi' ], |
| 544 }, | 544 }, |
| 545 ], | 545 ], |
| 546 }], | 546 }], |
| 547 ], | 547 ], |
| 548 } | 548 } |
| OLD | NEW |