OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |