DescriptionAllow running gyp_to_android without SkUserConfig.
The old code requires that include/config/SkUserConfig.h exists,
to ensure that it gets copied into Android's
include/core/SkUserConfig.h when we do a merge. However, if a
developer wants to make changes and rerun the script, they
should not have to recreate include/config/SkUserConfig.h just
to rerun the script. By default, allow the original to not
exist and just skip the copy.
Update tests to pass. Also add tests to support this use case.
Make gyp_to_android.py executable.
Committed: http://code.google.com/p/skia/source/detail?r=14273
Patch Set 1 #
Total comments: 2
Patch Set 2 : copyfileobj, tests, gyp_to_android executable. #
Messages
Total messages: 6 (0 generated)
|