summaryrefslogtreecommitdiff
path: root/gyp/asset-fs.gypi
Commit message (Collapse)AuthorAgeFilesLines
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-071-52/+0
| | | | | | | | | | | | | | * Main gyp files are now standardized as platform/<platform>/platform.gyp. * Each platform gyp file defines appropriate loop_lib and headless_lib variables. * Each platform gyp file includes mbgl.gypi, which defines base targets which may be useful to all platforms. * CI targets are consistent across platforms: `make $(PLATFORM) && make test-$(PLATFORM)`. * Renamed the "linux" test app to "glfw". It's now built in OS X CI. * Android build flakiness is fixed. * iOS CI builds the bench and iosapp targets. * Mesa version is now in one place. * CI scripts use bash "strict mode" and correct error handling. * All build output goes to the build directory. * Removed vestigial iOS/OS X/Android Travis scripts.
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-131-1/+1
| | | | | | | | * Move asset:// URL handling to DefaultFileSource. * AssetFileSource implements FileSource interface and follows familiar implementation patterns. * Move default implementation to platform/default, zip implementation to platform/android. * Don't bother with modified / expires / etag -- assets are not cached so it doesn't matter. * Don't bother with interleaving individual IO calls on the implementation thread. That adds a lot of complexity for very little benefit.
* [core] Don't link with libuv on components not using it directlyThiago Marcos P. Santos2015-12-011-18/+0
|
* Make build system architecture agnostic to remove Android special caseKonstantin Käfer2015-08-041-3/+3
|
* make implementation files private headersKonstantin Käfer2015-04-131-0/+1
|
* update uv_zip and add testsKonstantin Käfer2015-02-161-0/+17
|
* cleanup makefilesKonstantin Käfer2015-02-041-1/+1
|
* refactor makefileKonstantin Käfer2015-02-041-0/+52