summaryrefslogtreecommitdiff
path: root/gyp/asset-fs.gypi
Commit message (Collapse)AuthorAgeFilesLines
* [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