OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 'disk_cache/disk_format_base.h', | 373 'disk_cache/disk_format_base.h', |
374 'disk_cache/entry_impl.cc', | 374 'disk_cache/entry_impl.cc', |
375 'disk_cache/entry_impl.h', | 375 'disk_cache/entry_impl.h', |
376 'disk_cache/errors.h', | 376 'disk_cache/errors.h', |
377 'disk_cache/eviction.cc', | 377 'disk_cache/eviction.cc', |
378 'disk_cache/eviction.h', | 378 'disk_cache/eviction.h', |
379 'disk_cache/experiments.h', | 379 'disk_cache/experiments.h', |
380 'disk_cache/file.cc', | 380 'disk_cache/file.cc', |
381 'disk_cache/file.h', | 381 'disk_cache/file.h', |
382 'disk_cache/file_block.h', | 382 'disk_cache/file_block.h', |
| 383 'disk_cache/file_ios.cc', |
383 'disk_cache/file_lock.cc', | 384 'disk_cache/file_lock.cc', |
384 'disk_cache/file_lock.h', | 385 'disk_cache/file_lock.h', |
385 'disk_cache/file_posix.cc', | 386 'disk_cache/file_posix.cc', |
386 'disk_cache/file_win.cc', | 387 'disk_cache/file_win.cc', |
387 'disk_cache/histogram_macros.h', | 388 'disk_cache/histogram_macros.h', |
388 'disk_cache/in_flight_backend_io.cc', | 389 'disk_cache/in_flight_backend_io.cc', |
389 'disk_cache/in_flight_backend_io.h', | 390 'disk_cache/in_flight_backend_io.h', |
390 'disk_cache/in_flight_io.cc', | 391 'disk_cache/in_flight_io.cc', |
391 'disk_cache/in_flight_io.h', | 392 'disk_cache/in_flight_io.h', |
392 'disk_cache/mapped_file.cc', | 393 'disk_cache/mapped_file.cc', |
(...skipping 2700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3093 'net_unittests.isolate', | 3094 'net_unittests.isolate', |
3094 ], | 3095 ], |
3095 'sources': [ | 3096 'sources': [ |
3096 'net_unittests.isolate', | 3097 'net_unittests.isolate', |
3097 ], | 3098 ], |
3098 }, | 3099 }, |
3099 ], | 3100 ], |
3100 }], | 3101 }], |
3101 ], | 3102 ], |
3102 } | 3103 } |
OLD | NEW |