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

Side by Side Diff: net/net.gyp

Issue 14914010: GTTF: Convert WebContentsImplBrowserTest to use EmbeddedTestServer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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 | « net/data/test.html ('k') | net/test/embedded_test_server/embedded_test_server.h » ('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 1944 matching lines...) Expand 10 before | Expand all | Expand 10 after
1955 [ 'OS == "ios"', { 1955 [ 'OS == "ios"', {
1956 'dependencies': [ 1956 'dependencies': [
1957 '../third_party/nss/nss.gyp:nss', 1957 '../third_party/nss/nss.gyp:nss',
1958 ], 1958 ],
1959 'actions': [ 1959 'actions': [
1960 { 1960 {
1961 'action_name': 'copy_test_data', 1961 'action_name': 'copy_test_data',
1962 'variables': { 1962 'variables': {
1963 'test_data_files': [ 1963 'test_data_files': [
1964 'data/ssl/certificates/', 1964 'data/ssl/certificates/',
1965 'data/test.html',
1965 'data/url_request_unittest/', 1966 'data/url_request_unittest/',
1966 ], 1967 ],
1967 'test_data_prefix': 'net', 1968 'test_data_prefix': 'net',
1968 }, 1969 },
1969 'includes': [ '../build/copy_test_data_ios.gypi' ], 1970 'includes': [ '../build/copy_test_data_ios.gypi' ],
1970 }, 1971 },
1971 ], 1972 ],
1972 'sources!': [ 1973 'sources!': [
1973 # TODO(droger): The following tests are disabled because the 1974 # TODO(droger): The following tests are disabled because the
1974 # implementation is missing or incomplete. 1975 # implementation is missing or incomplete.
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
2879 '--result', '<@(_outputs)', 2880 '--result', '<@(_outputs)',
2880 '--isolate', 'net_unittests.isolate', 2881 '--isolate', 'net_unittests.isolate',
2881 ], 2882 ],
2882 }, 2883 },
2883 ], 2884 ],
2884 }, 2885 },
2885 ], 2886 ],
2886 }], 2887 }],
2887 ], 2888 ],
2888 } 2889 }
OLDNEW
« no previous file with comments | « net/data/test.html ('k') | net/test/embedded_test_server/embedded_test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698