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

Side by Side Diff: sync/sync_tests.gypi

Issue 11308030: Use _target_name instead of package_name for java*.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@apk_jar
Patch Set: Created 7 years, 10 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/cacheinvalidation/cacheinvalidation.gyp » ('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 { 8 {
9 'target_name': 'test_support_sync_core', 9 'target_name': 'test_support_sync_core',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 ], 561 ],
562 }, 562 },
563 ], 563 ],
564 }], 564 }],
565 ['OS == "android"', { 565 ['OS == "android"', {
566 'targets': [ 566 'targets': [
567 { 567 {
568 'target_name': 'sync_javatests', 568 'target_name': 'sync_javatests',
569 'type': 'none', 569 'type': 'none',
570 'variables': { 570 'variables': {
571 'package_name': 'sync_javatests',
572 'java_in_dir': '../sync/android/javatests', 571 'java_in_dir': '../sync/android/javatests',
573 }, 572 },
574 'dependencies': [ 573 'dependencies': [
575 'sync_java', 574 'sync_java',
576 '../base/base.gyp:base_java_test_support', 575 '../base/base.gyp:base_java_test_support',
577 ], 576 ],
578 'includes': [ '../build/java.gypi' ], 577 'includes': [ '../build/java.gypi' ],
579 }, 578 },
580 ], 579 ],
581 }], 580 }],
(...skipping 10 matching lines...) Expand all
592 'variables': { 591 'variables': {
593 'test_suite_name': 'sync_unit_tests', 592 'test_suite_name': 'sync_unit_tests',
594 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 593 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
595 }, 594 },
596 'includes': [ '../build/apk_test.gypi' ], 595 'includes': [ '../build/apk_test.gypi' ],
597 }, 596 },
598 ], 597 ],
599 }], 598 }],
600 ], 599 ],
601 } 600 }
OLDNEW
« no previous file with comments | « sync/sync_android.gypi ('k') | third_party/cacheinvalidation/cacheinvalidation.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698