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

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: Rebase add chrome_version_java/page_connection_info_javagen Created 6 years, 2 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
« no previous file with comments | « sync/sync_android.gypi ('k') | third_party/libusb/BUILD.gn » ('j') | 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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 ], 419 ],
420 'sources': [ 420 'sources': [
421 'tools/testserver/run_sync_testserver.cc', 421 'tools/testserver/run_sync_testserver.cc',
422 ], 422 ],
423 }, 423 },
424 ], 424 ],
425 }], 425 }],
426 ['OS == "android"', { 426 ['OS == "android"', {
427 'targets': [ 427 'targets': [
428 { 428 {
429 # GN: //sync/android:sync_javatests
429 'target_name': 'sync_javatests', 430 'target_name': 'sync_javatests',
430 'type': 'none', 431 'type': 'none',
431 'variables': { 432 'variables': {
432 'java_in_dir': '../sync/android/javatests', 433 'java_in_dir': '../sync/android/javatests',
433 }, 434 },
434 'dependencies': [ 435 'dependencies': [
435 'sync_java', 436 'sync_java',
436 'sync_java_test_support', 437 'sync_java_test_support',
437 '../base/base.gyp:base_java_test_support', 438 '../base/base.gyp:base_java_test_support',
438 ], 439 ],
439 'includes': [ '../build/java.gypi' ], 440 'includes': [ '../build/java.gypi' ],
440 }, 441 },
441 { 442 {
443 # GN: //sync:sync_java_test_support
442 'target_name': 'sync_java_test_support', 444 'target_name': 'sync_java_test_support',
443 'type': 'none', 445 'type': 'none',
444 'variables': { 446 'variables': {
445 'java_in_dir': '../sync/test/android/javatests', 447 'java_in_dir': '../sync/test/android/javatests',
446 }, 448 },
447 'dependencies': [ 449 'dependencies': [
448 'sync_java', 450 'sync_java',
449 ], 451 ],
450 'includes': [ '../build/java.gypi' ], 452 'includes': [ '../build/java.gypi' ],
451 }, 453 },
452 { 454 {
455 # GN: //sync:sync_fake_server_jni_headers
453 'target_name': 'sync_fake_server_jni_headers', 456 'target_name': 'sync_fake_server_jni_headers',
454 'type': 'none', 457 'type': 'none',
455 'sources': [ 458 'sources': [
456 '../chrome/android/sync_shell/javatests/src/chromium/chrome/browser/ sync/FakeServerHelper.java', 459 '../chrome/android/sync_shell/javatests/src/chromium/chrome/browser/ sync/FakeServerHelper.java',
457 ], 460 ],
458 'variables': { 461 'variables': {
459 'jni_gen_package': 'sync/test/fake_server', 462 'jni_gen_package': 'sync/test/fake_server',
460 'jni_generator_ptr_type': 'long', 463 'jni_generator_ptr_type': 'long',
461 }, 464 },
462 'includes': [ '../build/jni_generator.gypi' ], 465 'includes': [ '../build/jni_generator.gypi' ],
463 }, 466 },
464 { 467 {
468 # GN: //sync:test_support_sync_fake_server_android
465 'target_name': 'test_support_sync_fake_server_android', 469 'target_name': 'test_support_sync_fake_server_android',
466 'type': 'static_library', 470 'type': 'static_library',
467 'dependencies': [ 471 'dependencies': [
468 'sync_fake_server_jni_headers', 472 'sync_fake_server_jni_headers',
469 'test_support_sync_fake_server', 473 'test_support_sync_fake_server',
470 '../base/base.gyp:base', 474 '../base/base.gyp:base',
471 ], 475 ],
472 'sources': [ 476 'sources': [
473 'test/fake_server/android/fake_server_helper_android.cc', 477 'test/fake_server/android/fake_server_helper_android.cc',
474 'test/fake_server/android/fake_server_helper_android.h', 478 'test/fake_server/android/fake_server_helper_android.h',
475 ], 479 ],
476 }, 480 },
477 ],
478 }],
479 ['OS == "android"', {
480 'targets': [
481 { 481 {
482 # GN: //sync:sync_unit_tests_apk
482 'target_name': 'sync_unit_tests_apk', 483 'target_name': 'sync_unit_tests_apk',
483 'type': 'none', 484 'type': 'none',
484 'dependencies': [ 485 'dependencies': [
485 'sync_unit_tests', 486 'sync_unit_tests',
486 ], 487 ],
487 'variables': { 488 'variables': {
488 'test_suite_name': 'sync_unit_tests', 489 'test_suite_name': 'sync_unit_tests',
489 }, 490 },
490 'includes': [ '../build/apk_test.gypi' ], 491 'includes': [ '../build/apk_test.gypi' ],
491 }, 492 },
492 ], 493 ],
493 }], 494 }],
494 ], 495 ],
495 } 496 }
OLDNEW
« no previous file with comments | « sync/sync_android.gypi ('k') | third_party/libusb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698