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

Side by Side Diff: net/net.gyp

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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 3174 matching lines...) Expand 10 before | Expand all | Expand 10 after
3185 { 3185 {
3186 'target_name': 'net_unittests_apk', 3186 'target_name': 'net_unittests_apk',
3187 'type': 'none', 3187 'type': 'none',
3188 'dependencies': [ 3188 'dependencies': [
3189 'net_java', 3189 'net_java',
3190 'net_javatests', 3190 'net_javatests',
3191 'net_unittests', 3191 'net_unittests',
3192 ], 3192 ],
3193 'variables': { 3193 'variables': {
3194 'test_suite_name': 'net_unittests', 3194 'test_suite_name': 'net_unittests',
3195 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)net_unitt ests<(SHARED_LIB_SUFFIX)',
3196 }, 3195 },
3197 'includes': [ '../build/apk_test.gypi' ], 3196 'includes': [ '../build/apk_test.gypi' ],
3198 }, 3197 },
3199 ], 3198 ],
3200 }], 3199 }],
3201 ['OS == "android" or OS == "linux"', { 3200 ['OS == "android" or OS == "linux"', {
3202 'targets': [ 3201 'targets': [
3203 { 3202 {
3204 'target_name': 'disk_cache_memory_test', 3203 'target_name': 'disk_cache_memory_test',
3205 'type': 'executable', 3204 'type': 'executable',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
3380 'java_in_dir': 'cronet/android/sample/javatests', 3379 'java_in_dir': 'cronet/android/sample/javatests',
3381 'resource_dir': 'cronet/android/sample/res', 3380 'resource_dir': 'cronet/android/sample/res',
3382 'is_test_apk': 1, 3381 'is_test_apk': 1,
3383 }, 3382 },
3384 'includes': [ '../build/java_apk.gypi' ], 3383 'includes': [ '../build/java_apk.gypi' ],
3385 }, 3384 },
3386 ], 3385 ],
3387 }], # OS=="android" 3386 }], # OS=="android"
3388 ], 3387 ],
3389 } 3388 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698