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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 'disk_cache/disk_format_base.h', | 369 'disk_cache/disk_format_base.h', |
370 'disk_cache/entry_impl.cc', | 370 'disk_cache/entry_impl.cc', |
371 'disk_cache/entry_impl.h', | 371 'disk_cache/entry_impl.h', |
372 'disk_cache/errors.h', | 372 'disk_cache/errors.h', |
373 'disk_cache/eviction.cc', | 373 'disk_cache/eviction.cc', |
374 'disk_cache/eviction.h', | 374 'disk_cache/eviction.h', |
375 'disk_cache/experiments.h', | 375 'disk_cache/experiments.h', |
376 'disk_cache/file.cc', | 376 'disk_cache/file.cc', |
377 'disk_cache/file.h', | 377 'disk_cache/file.h', |
378 'disk_cache/file_block.h', | 378 'disk_cache/file_block.h', |
| 379 'disk_cache/file_ios.cc', |
379 'disk_cache/file_lock.cc', | 380 'disk_cache/file_lock.cc', |
380 'disk_cache/file_lock.h', | 381 'disk_cache/file_lock.h', |
381 'disk_cache/file_posix.cc', | 382 'disk_cache/file_posix.cc', |
382 'disk_cache/file_win.cc', | 383 'disk_cache/file_win.cc', |
383 'disk_cache/histogram_macros.h', | 384 'disk_cache/histogram_macros.h', |
384 'disk_cache/in_flight_backend_io.cc', | 385 'disk_cache/in_flight_backend_io.cc', |
385 'disk_cache/in_flight_backend_io.h', | 386 'disk_cache/in_flight_backend_io.h', |
386 'disk_cache/in_flight_io.cc', | 387 'disk_cache/in_flight_io.cc', |
387 'disk_cache/in_flight_io.h', | 388 'disk_cache/in_flight_io.h', |
388 'disk_cache/mapped_file.cc', | 389 'disk_cache/mapped_file.cc', |
(...skipping 2702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3091 'net_unittests.isolate', | 3092 'net_unittests.isolate', |
3092 ], | 3093 ], |
3093 'sources': [ | 3094 'sources': [ |
3094 'net_unittests.isolate', | 3095 'net_unittests.isolate', |
3095 ], | 3096 ], |
3096 }, | 3097 }, |
3097 ], | 3098 ], |
3098 }], | 3099 }], |
3099 ], | 3100 ], |
3100 } | 3101 } |
OLD | NEW |