summaryrefslogtreecommitdiff
path: root/test/storage/storage.gypi
blob: b9b783531727d4e6907c8f64818b480559808136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  'targets': [
    { 'target_name': 'test_storage',
      'type': 'executable',
      'dependencies': [
        'test_base',
        '../mapboxgl.gyp:mbgl-core',
        '../mapboxgl.gyp:mbgl-<(platform)',
        '../deps/gtest/gtest.gyp:gtest'
      ],
      'sources': [
        'main.cpp',
        'cache_response.cpp',
        'cache_revalidate.cpp',
        'directory_reading.cpp',
        'file_reading.cpp',
        'http_cancel.cpp',
        'http_coalescing.cpp',
        'http_error.cpp',
        'http_header_parsing.cpp',
        'http_load.cpp',
        'http_noloop.cpp',
        'http_other_loop.cpp',
        'http_reading.cpp',
      ],
    },
  ],
}