aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/git-sync-deps
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-01-13 11:14:50 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-13 17:25:56 +0000
commitaa9b5a1fd9b28f763b85d3ae74567aec2773cdde (patch)
tree6cadc33d8e080846fa1176999ff68d6ae65a9fb9 /tools/git-sync-deps
parent4ef8cb3527b7e3f453dccd39eea76e31eb2c33c7 (diff)
call fetch-gn from git-sync-deps
https://skia.org/?cl=6994 Change-Id: Icac009bdef49f38ae7b8f082ffda6408481a03cd Reviewed-on: https://skia-review.googlesource.com/6994 Reviewed-by: Hal Canary <halcanary@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'tools/git-sync-deps')
-rwxr-xr-xtools/git-sync-deps1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/git-sync-deps b/tools/git-sync-deps
index e13ce8831a..2ff342723f 100755
--- a/tools/git-sync-deps
+++ b/tools/git-sync-deps
@@ -223,6 +223,7 @@ def main(argv):
return 1
git_sync_deps(deps_file_path, argv, verbose)
+ subprocess.check_call([sys.executable, 'bin/fetch-gn'])
return 0