diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-11-19 21:47:15 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-11-20 14:39:44 +0100 |
commit | b5f7cafab45471bd7d714fb2972e33603a4baaae (patch) | |
tree | aff2a9125627105e1bd977105df5175f332b89dc /test/test.gypi | |
parent | 94e2d8a02c321380e650d055e7e7d6d6ed1c529d (diff) | |
download | qtlocation-mapboxgl-b5f7cafab45471bd7d714fb2972e33603a4baaae.tar.gz |
[core] more robust max-age parsing
Diffstat (limited to 'test/test.gypi')
-rw-r--r-- | test/test.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.gypi b/test/test.gypi index 88448cc807..583474a988 100644 --- a/test/test.gypi +++ b/test/test.gypi @@ -72,6 +72,7 @@ 'storage/database.cpp', 'storage/directory_reading.cpp', 'storage/file_reading.cpp', + 'storage/headers.cpp', 'storage/http_cancel.cpp', 'storage/http_coalescing.cpp', 'storage/http_error.cpp', |