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 2238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2249 ], | 2249 ], |
2250 'export_dependent_settings': [ | 2250 'export_dependent_settings': [ |
2251 '../base/base.gyp:base', | 2251 '../base/base.gyp:base', |
2252 '../base/base.gyp:test_support_base', | 2252 '../base/base.gyp:test_support_base', |
2253 '../testing/gtest.gyp:gtest', | 2253 '../testing/gtest.gyp:gtest', |
2254 '../testing/gmock.gyp:gmock', | 2254 '../testing/gmock.gyp:gmock', |
2255 ], | 2255 ], |
2256 'sources': [ | 2256 'sources': [ |
2257 'base/capturing_net_log.cc', | 2257 'base/capturing_net_log.cc', |
2258 'base/capturing_net_log.h', | 2258 'base/capturing_net_log.h', |
| 2259 'base/keygen_handler_test_util.cc', |
| 2260 'base/keygen_handler_test_util.h', |
2259 'base/load_timing_info_test_util.cc', | 2261 'base/load_timing_info_test_util.cc', |
2260 'base/load_timing_info_test_util.h', | 2262 'base/load_timing_info_test_util.h', |
2261 'base/mock_file_stream.cc', | 2263 'base/mock_file_stream.cc', |
2262 'base/mock_file_stream.h', | 2264 'base/mock_file_stream.h', |
2263 'base/test_completion_callback.cc', | 2265 'base/test_completion_callback.cc', |
2264 'base/test_completion_callback.h', | 2266 'base/test_completion_callback.h', |
2265 'base/test_data_directory.cc', | 2267 'base/test_data_directory.cc', |
2266 'base/test_data_directory.h', | 2268 'base/test_data_directory.h', |
2267 'cert/mock_cert_verifier.cc', | 2269 'cert/mock_cert_verifier.cc', |
2268 'cert/mock_cert_verifier.h', | 2270 'cert/mock_cert_verifier.h', |
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3003 'net_unittests.isolate', | 3005 'net_unittests.isolate', |
3004 ], | 3006 ], |
3005 'sources': [ | 3007 'sources': [ |
3006 'net_unittests.isolate', | 3008 'net_unittests.isolate', |
3007 ], | 3009 ], |
3008 }, | 3010 }, |
3009 ], | 3011 ], |
3010 }], | 3012 }], |
3011 ], | 3013 ], |
3012 } | 3014 } |
OLD | NEW |