Chromium Code Reviews| 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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 382 'disk_cache/stats.cc', | 382 'disk_cache/stats.cc', |
| 383 'disk_cache/stats.h', | 383 'disk_cache/stats.h', |
| 384 'disk_cache/stats_histogram.cc', | 384 'disk_cache/stats_histogram.cc', |
| 385 'disk_cache/stats_histogram.h', | 385 'disk_cache/stats_histogram.h', |
| 386 'disk_cache/storage_block-inl.h', | 386 'disk_cache/storage_block-inl.h', |
| 387 'disk_cache/storage_block.h', | 387 'disk_cache/storage_block.h', |
| 388 'disk_cache/stress_support.h', | 388 'disk_cache/stress_support.h', |
| 389 'disk_cache/trace.cc', | 389 'disk_cache/trace.cc', |
| 390 'disk_cache/trace.h', | 390 'disk_cache/trace.h', |
| 391 'disk_cache/flash/format.h', | 391 'disk_cache/flash/format.h', |
| 392 'disk_cache/flash/cache_entry.cc', | |
|
rvargas (doing something else)
2012/12/05 00:21:01
alpha order
agayev
2012/12/05 16:53:19
Sigh. I should automate this, sorry. Done.
| |
| 393 'disk_cache/flash/cache_entry.h', | |
| 392 'disk_cache/flash/log_structured_store.cc', | 394 'disk_cache/flash/log_structured_store.cc', |
| 393 'disk_cache/flash/log_structured_store.h', | 395 'disk_cache/flash/log_structured_store.h', |
| 394 'disk_cache/flash/segment.cc', | 396 'disk_cache/flash/segment.cc', |
| 395 'disk_cache/flash/segment.h', | 397 'disk_cache/flash/segment.h', |
| 396 'disk_cache/flash/storage.cc', | 398 'disk_cache/flash/storage.cc', |
| 397 'disk_cache/flash/storage.h', | 399 'disk_cache/flash/storage.h', |
| 398 'dns/address_sorter.h', | 400 'dns/address_sorter.h', |
| 399 'dns/address_sorter_posix.cc', | 401 'dns/address_sorter_posix.cc', |
| 400 'dns/address_sorter_posix.h', | 402 'dns/address_sorter_posix.h', |
| 401 'dns/address_sorter_win.cc', | 403 'dns/address_sorter_win.cc', |
| (...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1324 'cookies/cookie_util_unittest.cc', | 1326 'cookies/cookie_util_unittest.cc', |
| 1325 'cookies/parsed_cookie_unittest.cc', | 1327 'cookies/parsed_cookie_unittest.cc', |
| 1326 'disk_cache/addr_unittest.cc', | 1328 'disk_cache/addr_unittest.cc', |
| 1327 'disk_cache/backend_unittest.cc', | 1329 'disk_cache/backend_unittest.cc', |
| 1328 'disk_cache/bitmap_unittest.cc', | 1330 'disk_cache/bitmap_unittest.cc', |
| 1329 'disk_cache/block_files_unittest.cc', | 1331 'disk_cache/block_files_unittest.cc', |
| 1330 'disk_cache/cache_util_unittest.cc', | 1332 'disk_cache/cache_util_unittest.cc', |
| 1331 'disk_cache/entry_unittest.cc', | 1333 'disk_cache/entry_unittest.cc', |
| 1332 'disk_cache/mapped_file_unittest.cc', | 1334 'disk_cache/mapped_file_unittest.cc', |
| 1333 'disk_cache/storage_block_unittest.cc', | 1335 'disk_cache/storage_block_unittest.cc', |
| 1336 'disk_cache/flash/cache_entry_unittest.cc', | |
| 1334 'disk_cache/flash/log_structured_store_unittest.cc', | 1337 'disk_cache/flash/log_structured_store_unittest.cc', |
| 1335 'disk_cache/flash/segment_unittest.cc', | 1338 'disk_cache/flash/segment_unittest.cc', |
| 1336 'disk_cache/flash/storage_unittest.cc', | 1339 'disk_cache/flash/storage_unittest.cc', |
| 1337 'dns/address_sorter_posix_unittest.cc', | 1340 'dns/address_sorter_posix_unittest.cc', |
| 1338 'dns/address_sorter_unittest.cc', | 1341 'dns/address_sorter_unittest.cc', |
| 1339 'dns/dns_config_service_posix_unittest.cc', | 1342 'dns/dns_config_service_posix_unittest.cc', |
| 1340 'dns/dns_config_service_unittest.cc', | 1343 'dns/dns_config_service_unittest.cc', |
| 1341 'dns/dns_config_service_win_unittest.cc', | 1344 'dns/dns_config_service_win_unittest.cc', |
| 1342 'dns/dns_hosts_unittest.cc', | 1345 'dns/dns_hosts_unittest.cc', |
| 1343 'dns/dns_query_unittest.cc', | 1346 'dns/dns_query_unittest.cc', |
| (...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2360 '--result', '<@(_outputs)', | 2363 '--result', '<@(_outputs)', |
| 2361 '--isolate', 'net_unittests.isolate', | 2364 '--isolate', 'net_unittests.isolate', |
| 2362 ], | 2365 ], |
| 2363 }, | 2366 }, |
| 2364 ], | 2367 ], |
| 2365 }, | 2368 }, |
| 2366 ], | 2369 ], |
| 2367 }], | 2370 }], |
| 2368 ], | 2371 ], |
| 2369 } | 2372 } |
| OLD | NEW |