From a6d2d708d7ca980b41cc2fefcb4a2916212b3960 Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Fri, 1 Sep 2017 12:17:03 -0400 Subject: Add gn plumbing for mdbviz tool Change-Id: I06e6b63c2742da069f48ff5d7defafc63a485af7 Reviewed-on: https://skia-review.googlesource.com/41842 Reviewed-by: Mike Klein Reviewed-by: Brian Osman Commit-Queue: Robert Phillips --- gn/call.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gn/call.py (limited to 'gn/call.py') diff --git a/gn/call.py b/gn/call.py new file mode 100644 index 0000000000..edda821fe8 --- /dev/null +++ b/gn/call.py @@ -0,0 +1,12 @@ +#!/usr/bin/env python +# +# Copyright 2017 Google Inc. +# +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +import subprocess +import sys + +subprocess.check_call(sys.argv[1:]) + -- cgit v1.2.3