| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 'disk_cache/sparse_control.h', | 350 'disk_cache/sparse_control.h', |
| 351 'disk_cache/stats.cc', | 351 'disk_cache/stats.cc', |
| 352 'disk_cache/stats.h', | 352 'disk_cache/stats.h', |
| 353 'disk_cache/stats_histogram.cc', | 353 'disk_cache/stats_histogram.cc', |
| 354 'disk_cache/stats_histogram.h', | 354 'disk_cache/stats_histogram.h', |
| 355 'disk_cache/storage_block-inl.h', | 355 'disk_cache/storage_block-inl.h', |
| 356 'disk_cache/storage_block.h', | 356 'disk_cache/storage_block.h', |
| 357 'disk_cache/stress_support.h', | 357 'disk_cache/stress_support.h', |
| 358 'disk_cache/trace.cc', | 358 'disk_cache/trace.cc', |
| 359 'disk_cache/trace.h', | 359 'disk_cache/trace.h', |
| 360 'dns/address_sorter.h', |
| 361 'dns/address_sorter_posix.cc', |
| 362 'dns/address_sorter_win.cc', |
| 360 'dns/dns_client.cc', | 363 'dns/dns_client.cc', |
| 361 'dns/dns_client.h', | 364 'dns/dns_client.h', |
| 362 'dns/dns_config_service.cc', | 365 'dns/dns_config_service.cc', |
| 363 'dns/dns_config_service.h', | 366 'dns/dns_config_service.h', |
| 364 'dns/dns_config_service_posix.cc', | 367 'dns/dns_config_service_posix.cc', |
| 365 'dns/dns_config_service_posix.h', | 368 'dns/dns_config_service_posix.h', |
| 366 'dns/dns_config_service_win.cc', | 369 'dns/dns_config_service_win.cc', |
| 367 'dns/dns_config_service_win.h', | 370 'dns/dns_config_service_win.h', |
| 368 'dns/dns_config_watcher.h', | 371 'dns/dns_config_watcher.h', |
| 369 'dns/dns_config_watcher_posix.cc', | 372 'dns/dns_config_watcher_posix.cc', |
| (...skipping 1530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1900 'tools/dump_cache/url_to_filename_encoder.cc', | 1903 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1901 'tools/dump_cache/url_to_filename_encoder.h', | 1904 'tools/dump_cache/url_to_filename_encoder.h', |
| 1902 'tools/dump_cache/url_utilities.h', | 1905 'tools/dump_cache/url_utilities.h', |
| 1903 'tools/dump_cache/url_utilities.cc', | 1906 'tools/dump_cache/url_utilities.cc', |
| 1904 ], | 1907 ], |
| 1905 }, | 1908 }, |
| 1906 ], | 1909 ], |
| 1907 }], | 1910 }], |
| 1908 ], | 1911 ], |
| 1909 } | 1912 } |
| OLD | NEW |