| 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 1312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1323 'base/cookie_store_test_helpers.cc', | 1323 'base/cookie_store_test_helpers.cc', |
| 1324 'base/cookie_store_test_helpers.h', | 1324 'base/cookie_store_test_helpers.h', |
| 1325 'base/mock_file_stream.cc', | 1325 'base/mock_file_stream.cc', |
| 1326 'base/mock_file_stream.h', | 1326 'base/mock_file_stream.h', |
| 1327 'base/mock_host_resolver.cc', | 1327 'base/mock_host_resolver.cc', |
| 1328 'base/mock_host_resolver.h', | 1328 'base/mock_host_resolver.h', |
| 1329 'base/net_test_suite.cc', | 1329 'base/net_test_suite.cc', |
| 1330 'base/net_test_suite.h', | 1330 'base/net_test_suite.h', |
| 1331 'base/test_completion_callback.cc', | 1331 'base/test_completion_callback.cc', |
| 1332 'base/test_completion_callback.h', | 1332 'base/test_completion_callback.h', |
| 1333 'base/test_host_resolver_observer.cc', | |
| 1334 'base/test_host_resolver_observer.h', | |
| 1335 'disk_cache/disk_cache_test_util.cc', | 1333 'disk_cache/disk_cache_test_util.cc', |
| 1336 'disk_cache/disk_cache_test_util.h', | 1334 'disk_cache/disk_cache_test_util.h', |
| 1337 'dns/dns_test_util.cc', | 1335 'dns/dns_test_util.cc', |
| 1338 'dns/dns_test_util.h', | 1336 'dns/dns_test_util.h', |
| 1339 'proxy/mock_proxy_resolver.cc', | 1337 'proxy/mock_proxy_resolver.cc', |
| 1340 'proxy/mock_proxy_resolver.h', | 1338 'proxy/mock_proxy_resolver.h', |
| 1341 'proxy/mock_proxy_script_fetcher.cc', | 1339 'proxy/mock_proxy_script_fetcher.cc', |
| 1342 'proxy/mock_proxy_script_fetcher.h', | 1340 'proxy/mock_proxy_script_fetcher.h', |
| 1343 'proxy/proxy_config_service_common_unittest.cc', | 1341 'proxy/proxy_config_service_common_unittest.cc', |
| 1344 'proxy/proxy_config_service_common_unittest.h', | 1342 'proxy/proxy_config_service_common_unittest.h', |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1634 'tools/dump_cache/url_to_filename_encoder.cc', | 1632 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1635 'tools/dump_cache/url_to_filename_encoder.h', | 1633 'tools/dump_cache/url_to_filename_encoder.h', |
| 1636 'tools/dump_cache/url_utilities.h', | 1634 'tools/dump_cache/url_utilities.h', |
| 1637 'tools/dump_cache/url_utilities.cc', | 1635 'tools/dump_cache/url_utilities.cc', |
| 1638 ], | 1636 ], |
| 1639 }, | 1637 }, |
| 1640 ], | 1638 ], |
| 1641 }], | 1639 }], |
| 1642 ], | 1640 ], |
| 1643 } | 1641 } |
| OLD | NEW |