OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'conditions': [ | 10 'conditions': [ |
(...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1234 '../base/base.gyp:test_support_base', | 1234 '../base/base.gyp:test_support_base', |
1235 '../testing/gtest.gyp:gtest', | 1235 '../testing/gtest.gyp:gtest', |
1236 ], | 1236 ], |
1237 'sources': [ | 1237 'sources': [ |
1238 'base/cert_test_util.cc', | 1238 'base/cert_test_util.cc', |
1239 'base/cert_test_util.h', | 1239 'base/cert_test_util.h', |
1240 'base/cookie_monster_store_test.cc', | 1240 'base/cookie_monster_store_test.cc', |
1241 'base/cookie_monster_store_test.h', | 1241 'base/cookie_monster_store_test.h', |
1242 'base/cookie_store_test_helpers.cc', | 1242 'base/cookie_store_test_helpers.cc', |
1243 'base/cookie_store_test_helpers.h', | 1243 'base/cookie_store_test_helpers.h', |
| 1244 'base/mock_file_stream.cc', |
| 1245 'base/mock_file_stream.h', |
1244 'base/mock_host_resolver.cc', | 1246 'base/mock_host_resolver.cc', |
1245 'base/mock_host_resolver.h', | 1247 'base/mock_host_resolver.h', |
1246 'base/net_test_suite.cc', | 1248 'base/net_test_suite.cc', |
1247 'base/net_test_suite.h', | 1249 'base/net_test_suite.h', |
1248 'base/test_completion_callback.cc', | 1250 'base/test_completion_callback.cc', |
1249 'base/test_completion_callback.h', | 1251 'base/test_completion_callback.h', |
1250 'base/test_host_resolver_observer.cc', | 1252 'base/test_host_resolver_observer.cc', |
1251 'base/test_host_resolver_observer.h', | 1253 'base/test_host_resolver_observer.h', |
1252 'disk_cache/disk_cache_test_util.cc', | 1254 'disk_cache/disk_cache_test_util.cc', |
1253 'disk_cache/disk_cache_test_util.h', | 1255 'disk_cache/disk_cache_test_util.h', |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1542 'tools/dump_cache/url_to_filename_encoder.cc', | 1544 'tools/dump_cache/url_to_filename_encoder.cc', |
1543 'tools/dump_cache/url_to_filename_encoder.h', | 1545 'tools/dump_cache/url_to_filename_encoder.h', |
1544 'tools/dump_cache/url_utilities.h', | 1546 'tools/dump_cache/url_utilities.h', |
1545 'tools/dump_cache/url_utilities.cc', | 1547 'tools/dump_cache/url_utilities.cc', |
1546 ], | 1548 ], |
1547 }, | 1549 }, |
1548 ], | 1550 ], |
1549 }], | 1551 }], |
1550 ], | 1552 ], |
1551 } | 1553 } |
OLD | NEW |