Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: sync/sync_tests.gypi

Issue 570203002: Make chrome_shell_apk build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-jamesr
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« chrome/android/BUILD.gn ('K') | « sync/sync_android.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 ], 418 ],
419 'sources': [ 419 'sources': [
420 'tools/testserver/run_sync_testserver.cc', 420 'tools/testserver/run_sync_testserver.cc',
421 ], 421 ],
422 }, 422 },
423 ], 423 ],
424 }], 424 }],
425 ['OS == "android"', { 425 ['OS == "android"', {
426 'targets': [ 426 'targets': [
427 { 427 {
428 # GN: //sync/android:sync_javatests
428 'target_name': 'sync_javatests', 429 'target_name': 'sync_javatests',
429 'type': 'none', 430 'type': 'none',
430 'variables': { 431 'variables': {
431 'java_in_dir': '../sync/android/javatests', 432 'java_in_dir': '../sync/android/javatests',
432 }, 433 },
433 'dependencies': [ 434 'dependencies': [
434 'sync_java', 435 'sync_java',
435 'sync_java_test_support', 436 'sync_java_test_support',
436 '../base/base.gyp:base_java_test_support', 437 '../base/base.gyp:base_java_test_support',
437 ], 438 ],
438 'includes': [ '../build/java.gypi' ], 439 'includes': [ '../build/java.gypi' ],
439 }, 440 },
440 { 441 {
442 # GN: //sync:sync_java_test_support
441 'target_name': 'sync_java_test_support', 443 'target_name': 'sync_java_test_support',
442 'type': 'none', 444 'type': 'none',
443 'variables': { 445 'variables': {
444 'java_in_dir': '../sync/test/android/javatests', 446 'java_in_dir': '../sync/test/android/javatests',
445 }, 447 },
446 'dependencies': [ 448 'dependencies': [
447 'sync_java', 449 'sync_java',
448 ], 450 ],
449 'includes': [ '../build/java.gypi' ], 451 'includes': [ '../build/java.gypi' ],
450 }, 452 },
451 { 453 {
454 # GN: //sync:sync_fake_server_jni_headers
452 'target_name': 'sync_fake_server_jni_headers', 455 'target_name': 'sync_fake_server_jni_headers',
453 'type': 'none', 456 'type': 'none',
454 'sources': [ 457 'sources': [
455 '../chrome/android/sync_shell/javatests/src/chromium/chrome/browser/ sync/FakeServerHelper.java', 458 '../chrome/android/sync_shell/javatests/src/chromium/chrome/browser/ sync/FakeServerHelper.java',
456 ], 459 ],
457 'variables': { 460 'variables': {
458 'jni_gen_package': 'sync/test/fake_server', 461 'jni_gen_package': 'sync/test/fake_server',
459 'jni_generator_ptr_type': 'long', 462 'jni_generator_ptr_type': 'long',
460 }, 463 },
461 'includes': [ '../build/jni_generator.gypi' ], 464 'includes': [ '../build/jni_generator.gypi' ],
462 }, 465 },
463 { 466 {
467 # GN: //sync:test_support_sync_fake_server_android
464 'target_name': 'test_support_sync_fake_server_android', 468 'target_name': 'test_support_sync_fake_server_android',
465 'type': 'static_library', 469 'type': 'static_library',
466 'dependencies': [ 470 'dependencies': [
467 'sync_fake_server_jni_headers', 471 'sync_fake_server_jni_headers',
468 'test_support_sync_fake_server', 472 'test_support_sync_fake_server',
469 '../base/base.gyp:base', 473 '../base/base.gyp:base',
470 ], 474 ],
471 'sources': [ 475 'sources': [
472 'test/fake_server/android/fake_server_helper_android.cc', 476 'test/fake_server/android/fake_server_helper_android.cc',
473 'test/fake_server/android/fake_server_helper_android.h', 477 'test/fake_server/android/fake_server_helper_android.h',
474 ], 478 ],
475 }, 479 },
476 ],
477 }],
478 ['OS == "android"', {
479 'targets': [
480 { 480 {
481 # GN: //sync:sync_unit_tests_apk
481 'target_name': 'sync_unit_tests_apk', 482 'target_name': 'sync_unit_tests_apk',
482 'type': 'none', 483 'type': 'none',
483 'dependencies': [ 484 'dependencies': [
484 'sync_unit_tests', 485 'sync_unit_tests',
485 ], 486 ],
486 'variables': { 487 'variables': {
487 'test_suite_name': 'sync_unit_tests', 488 'test_suite_name': 'sync_unit_tests',
488 }, 489 },
489 'includes': [ '../build/apk_test.gypi' ], 490 'includes': [ '../build/apk_test.gypi' ],
490 }, 491 },
491 ], 492 ],
492 }], 493 }],
493 ], 494 ],
494 } 495 }
OLDNEW
« chrome/android/BUILD.gn ('K') | « sync/sync_android.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698