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

Side by Side Diff: sync/sync_tests.gypi

Issue 226353002: Remove unused input_shlib_path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
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 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 ['OS == "android" and gtest_target_type == "shared_library"', { 684 ['OS == "android" and gtest_target_type == "shared_library"', {
685 'targets': [ 685 'targets': [
686 { 686 {
687 'target_name': 'sync_unit_tests_apk', 687 'target_name': 'sync_unit_tests_apk',
688 'type': 'none', 688 'type': 'none',
689 'dependencies': [ 689 'dependencies': [
690 'sync_unit_tests', 690 'sync_unit_tests',
691 ], 691 ],
692 'variables': { 692 'variables': {
693 'test_suite_name': 'sync_unit_tests', 693 'test_suite_name': 'sync_unit_tests',
694 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
695 }, 694 },
696 'includes': [ '../build/apk_test.gypi' ], 695 'includes': [ '../build/apk_test.gypi' ],
697 }, 696 },
698 ], 697 ],
699 }], 698 }],
700 ], 699 ],
701 } 700 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698