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

Side by Side Diff: sync/sync_tests.gypi

Issue 487223003: Remove package_name from java_apk.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | tools/android/memconsumer/memconsumer.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 # 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'sync_java', 433 'sync_java',
434 'sync_java_test_support', 434 'sync_java_test_support',
435 '../base/base.gyp:base_java_test_support', 435 '../base/base.gyp:base_java_test_support',
436 ], 436 ],
437 'includes': [ '../build/java.gypi' ], 437 'includes': [ '../build/java.gypi' ],
438 }, 438 },
439 { 439 {
440 'target_name': 'sync_java_test_support', 440 'target_name': 'sync_java_test_support',
441 'type': 'none', 441 'type': 'none',
442 'variables': { 442 'variables': {
443 'package_name': 'sync_java_test_support',
444 'java_in_dir': '../sync/test/android/javatests', 443 'java_in_dir': '../sync/test/android/javatests',
445 }, 444 },
446 'dependencies': [ 445 'dependencies': [
447 'sync_java', 446 'sync_java',
448 ], 447 ],
449 'includes': [ '../build/java.gypi' ], 448 'includes': [ '../build/java.gypi' ],
450 }, 449 },
451 { 450 {
452 'target_name': 'sync_fake_server_jni_headers', 451 'target_name': 'sync_fake_server_jni_headers',
453 'type': 'none', 452 'type': 'none',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 ], 484 ],
486 'variables': { 485 'variables': {
487 'test_suite_name': 'sync_unit_tests', 486 'test_suite_name': 'sync_unit_tests',
488 }, 487 },
489 'includes': [ '../build/apk_test.gypi' ], 488 'includes': [ '../build/apk_test.gypi' ],
490 }, 489 },
491 ], 490 ],
492 }], 491 }],
493 ], 492 ],
494 } 493 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | tools/android/memconsumer/memconsumer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698