diff options
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index fcbb2e8..4a4f1fa 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -391,7 +391,11 @@ 'disk_cache/simple/simple_index.h', 'disk_cache/simple/simple_synchronous_entry.cc', 'disk_cache/simple/simple_synchronous_entry.h', + 'disk_cache/flash/flash_entry_impl.cc', + 'disk_cache/flash/flash_entry_impl.h', 'disk_cache/flash/format.h', + 'disk_cache/flash/internal_entry.cc', + 'disk_cache/flash/internal_entry.h', 'disk_cache/flash/log_store.cc', 'disk_cache/flash/log_store.h', 'disk_cache/flash/log_store_entry.cc', @@ -1434,6 +1438,7 @@ 'disk_cache/entry_unittest.cc', 'disk_cache/mapped_file_unittest.cc', 'disk_cache/storage_block_unittest.cc', + 'disk_cache/flash/flash_entry_unittest.cc', 'disk_cache/flash/log_store_entry_unittest.cc', 'disk_cache/flash/log_store_unittest.cc', 'disk_cache/flash/segment_unittest.cc', |