commit | b2e4b34d00a1ee39761e29fcca2510c061319cbd | [log] [tgz] |
---|---|---|
author | Andrew Luo <[email protected]> | Thu Sep 20 19:32:39 2018 |
committer | Commit Bot <[email protected]> | Thu Sep 20 19:32:39 2018 |
tree | 099b929f3ec948301a9e57108b1b60ffc4ab2724 | |
parent | 22e065f4469f2a9423320a1fc4d2b2776b6e96dd [diff] [blame] |
Create isolation target for WebView CTS tests and capture gn-paths arg in pydeps. The isolation target will be used by swarming, the gn-paths arg was not being captured in pydeps files generated with build/print_python_deps.py, but it is needed by the isolation target to properly locate its depenencies. Bug: 803245 Change-Id: I15bf4c8f7d1cd24a6ce1fcb4b44aeeff42786943 Reviewed-on: https://chromium-review.googlesource.com/1234340 Commit-Queue: Andrew Luo <[email protected]> Reviewed-by: Changwan Ryu <[email protected]> Reviewed-by: agrieve <[email protected]> Reviewed-by: John Budorick <[email protected]> Cr-Commit-Position: refs/heads/master@{#592899}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index dd0a868..b41bee9 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py
@@ -638,6 +638,7 @@ _ANDROID_SPECIFIC_PYDEPS_FILES = [ + 'android_webview/tools/run_cts.pydeps', 'base/android/jni_generator/jni_generator.pydeps', 'base/android/jni_generator/jni_registration_generator.pydeps', 'build/android/gyp/aar.pydeps',