| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 'disk_cache/rankings.cc', | 301 'disk_cache/rankings.cc', |
| 302 'disk_cache/rankings.h', | 302 'disk_cache/rankings.h', |
| 303 'disk_cache/sparse_control.cc', | 303 'disk_cache/sparse_control.cc', |
| 304 'disk_cache/sparse_control.h', | 304 'disk_cache/sparse_control.h', |
| 305 'disk_cache/stats.cc', | 305 'disk_cache/stats.cc', |
| 306 'disk_cache/stats.h', | 306 'disk_cache/stats.h', |
| 307 'disk_cache/stats_histogram.cc', | 307 'disk_cache/stats_histogram.cc', |
| 308 'disk_cache/stats_histogram.h', | 308 'disk_cache/stats_histogram.h', |
| 309 'disk_cache/storage_block-inl.h', | 309 'disk_cache/storage_block-inl.h', |
| 310 'disk_cache/storage_block.h', | 310 'disk_cache/storage_block.h', |
| 311 'disk_cache/stress_support.h', |
| 311 'disk_cache/trace.cc', | 312 'disk_cache/trace.cc', |
| 312 'disk_cache/trace.h', | 313 'disk_cache/trace.h', |
| 313 'dns/async_host_resolver.cc', | 314 'dns/async_host_resolver.cc', |
| 314 'dns/async_host_resolver.h', | 315 'dns/async_host_resolver.h', |
| 315 'dns/dns_config_service.cc', | 316 'dns/dns_config_service.cc', |
| 316 'dns/dns_config_service.h', | 317 'dns/dns_config_service.h', |
| 317 'dns/dns_config_service_posix.cc', | 318 'dns/dns_config_service_posix.cc', |
| 318 'dns/dns_config_service_posix.h', | 319 'dns/dns_config_service_posix.h', |
| 319 'dns/dns_config_service_win.cc', | 320 'dns/dns_config_service_win.cc', |
| 320 'dns/dns_config_service_win.h', | 321 'dns/dns_config_service_win.h', |
| (...skipping 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1624 'tools/dump_cache/url_to_filename_encoder.cc', | 1625 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1625 'tools/dump_cache/url_to_filename_encoder.h', | 1626 'tools/dump_cache/url_to_filename_encoder.h', |
| 1626 'tools/dump_cache/url_utilities.h', | 1627 'tools/dump_cache/url_utilities.h', |
| 1627 'tools/dump_cache/url_utilities.cc', | 1628 'tools/dump_cache/url_utilities.cc', |
| 1628 ], | 1629 ], |
| 1629 }, | 1630 }, |
| 1630 ], | 1631 ], |
| 1631 }], | 1632 }], |
| 1632 ], | 1633 ], |
| 1633 } | 1634 } |
| OLD | NEW |