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

Side by Side Diff: sync/sync.gyp

Issue 10913083: Remove {base,net}_java dependencies from GYP client targets on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Peter's comment Created 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 # The core sync library. 10 # The core sync library.
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 ], 857 ],
858 'conditions': [ 858 'conditions': [
859 # Special target to wrap a gtest_target_type==shared_library 859 # Special target to wrap a gtest_target_type==shared_library
860 # sync_unit_tests into an android apk for execution. 860 # sync_unit_tests into an android apk for execution.
861 ['OS == "android" and gtest_target_type == "shared_library"', { 861 ['OS == "android" and gtest_target_type == "shared_library"', {
862 'targets': [ 862 'targets': [
863 { 863 {
864 'target_name': 'sync_unit_tests_apk', 864 'target_name': 'sync_unit_tests_apk',
865 'type': 'none', 865 'type': 'none',
866 'dependencies': [ 866 'dependencies': [
867 '../base/base.gyp:base_java',
868 'sync_unit_tests', 867 'sync_unit_tests',
869 ], 868 ],
870 'variables': { 869 'variables': {
871 'test_suite_name': 'sync_unit_tests', 870 'test_suite_name': 'sync_unit_tests',
872 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 871 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
873 }, 872 },
874 'includes': [ '../build/apk_test.gypi' ], 873 'includes': [ '../build/apk_test.gypi' ],
875 }, 874 },
876 ], 875 ],
877 }], 876 }],
878 ], 877 ],
879 } 878 }
OLDNEW
« content/content.gyp ('K') | « sql/sql.gyp ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698