diff options
author | Hal Canary <halcanary@google.com> | 2018-01-23 09:22:38 +0000 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-01-23 19:07:11 +0000 |
commit | 23fda7ad077aa99a8faf1d5b5e81744fd44b8e54 (patch) | |
tree | f8674b740dfec55ac0cf3fc7f6d41d620d4993e5 /platform_tools/android | |
parent | 25366fad43043f1bfe02135f9c18515639a3c9b0 (diff) |
SkQP: Cloud Scripts
- tools/skqp/generate_gn_args.sh - single script to generate
configuration used to build SkQP.
- tools/skqp/make_model.sh - script to execute make_gmkb.go and put
the results in the correct place.
- tools/skqp/{up,down}load_directory_contents.sh - scripts to move
large assets into the cloud and retrieve them.
- tools/skqp/gm_runner.cpp - treat missing text files as empty.
- tools/skqp/make_apk.sh - make use of generate_gn_args.sh.
- tools/skqp/make_{model,known_tests}.sh - better error handling,
and also stop calling `git add`.
Change-Id: Ib1803b4d68e63945f2c47f8eb6cb96375d24e3be
Reviewed-on: https://skia-review.googlesource.com/98842
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'platform_tools/android')
5 files changed, 3 insertions, 0 deletions
diff --git a/platform_tools/android/apps/skqp/src/main/assets/.gitignore b/platform_tools/android/apps/skqp/src/main/assets/.gitignore new file mode 100644 index 0000000000..0dddfcbb63 --- /dev/null +++ b/platform_tools/android/apps/skqp/src/main/assets/.gitignore @@ -0,0 +1,3 @@ +/gmkb +/skqp +/files.txt diff --git a/platform_tools/android/apps/skqp/src/main/assets/skqp/DoNotExecuteInExperimentalMode.txt b/platform_tools/android/apps/skqp/src/main/assets/skqp/DoNotExecuteInExperimentalMode.txt deleted file mode 100644 index e69de29bb2..0000000000 --- a/platform_tools/android/apps/skqp/src/main/assets/skqp/DoNotExecuteInExperimentalMode.txt +++ /dev/null diff --git a/platform_tools/android/apps/skqp/src/main/assets/skqp/DoNotScoreInCompatibilityTestMode.txt b/platform_tools/android/apps/skqp/src/main/assets/skqp/DoNotScoreInCompatibilityTestMode.txt deleted file mode 100644 index e69de29bb2..0000000000 --- a/platform_tools/android/apps/skqp/src/main/assets/skqp/DoNotScoreInCompatibilityTestMode.txt +++ /dev/null diff --git a/platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGMs.txt b/platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGMs.txt deleted file mode 100644 index e69de29bb2..0000000000 --- a/platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGMs.txt +++ /dev/null diff --git a/platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGpuUnitTests.txt b/platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGpuUnitTests.txt deleted file mode 100644 index e69de29bb2..0000000000 --- a/platform_tools/android/apps/skqp/src/main/assets/skqp/KnownGpuUnitTests.txt +++ /dev/null |