Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index fcbb2e8eb21d7dad06412588a62f712382a5d4b1..4a4f1fa08624c64767c2afa77edafea8d8b8b6c1 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', |