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

Side by Side Diff: net/net.gyp

Issue 46303005: Fix chrome upload with content uri (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 7 years, 1 month 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 | « net/data/file_stream_unittest/red.png ('k') | net/test/run_all_unittests.cc » ('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 '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 2975 matching lines...) Expand 10 before | Expand all | Expand 10 after
2986 }], 2986 }],
2987 # Special target to wrap a gtest_target_type==shared_library 2987 # Special target to wrap a gtest_target_type==shared_library
2988 # net_unittests into an android apk for execution. 2988 # net_unittests into an android apk for execution.
2989 # See base.gyp for TODO(jrg)s about this strategy. 2989 # See base.gyp for TODO(jrg)s about this strategy.
2990 ['OS == "android" and gtest_target_type == "shared_library"', { 2990 ['OS == "android" and gtest_target_type == "shared_library"', {
2991 'targets': [ 2991 'targets': [
2992 { 2992 {
2993 'target_name': 'net_unittests_apk', 2993 'target_name': 'net_unittests_apk',
2994 'type': 'none', 2994 'type': 'none',
2995 'dependencies': [ 2995 'dependencies': [
2996 '../base/base.gyp:base_java_unittest_support',
2996 'net_java', 2997 'net_java',
2997 'net_javatests', 2998 'net_javatests',
2998 'net_unittests', 2999 'net_unittests',
2999 ], 3000 ],
3000 'variables': { 3001 'variables': {
3001 'test_suite_name': 'net_unittests', 3002 'test_suite_name': 'net_unittests',
3002 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)net_unitt ests<(SHARED_LIB_SUFFIX)', 3003 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)net_unitt ests<(SHARED_LIB_SUFFIX)',
3003 }, 3004 },
3004 'includes': [ '../build/apk_test.gypi' ], 3005 'includes': [ '../build/apk_test.gypi' ],
3005 }, 3006 },
(...skipping 27 matching lines...) Expand all
3033 'net_unittests.isolate', 3034 'net_unittests.isolate',
3034 ], 3035 ],
3035 'sources': [ 3036 'sources': [
3036 'net_unittests.isolate', 3037 'net_unittests.isolate',
3037 ], 3038 ],
3038 }, 3039 },
3039 ], 3040 ],
3040 }], 3041 }],
3041 ], 3042 ],
3042 } 3043 }
OLDNEW
« no previous file with comments | « net/data/file_stream_unittest/red.png ('k') | net/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698