Commit 082e7006 by Jamie Madill Committed by Commit Bot

Fix gyp_angle gyp directory.

This needed to be updated to third_party. BUG=angleproject:1569 Change-Id: I13b5855b23ca9f7bfe3c4380c0bc701547f4f156 Reviewed-on: https://chromium-review.googlesource.com/727528Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 23e02843
...@@ -13,7 +13,7 @@ import sys ...@@ -13,7 +13,7 @@ import sys
script_dir = os.path.dirname(__file__) script_dir = os.path.dirname(__file__)
angle_dir = os.path.normpath(os.path.join(script_dir, os.pardir)) angle_dir = os.path.normpath(os.path.join(script_dir, os.pardir))
sys.path.insert(0, os.path.join(angle_dir, 'tools', 'gyp', 'pylib')) sys.path.insert(0, os.path.join(angle_dir, 'third_party', 'gyp', 'pylib'))
import gyp import gyp
def appendCommonArgs(args): def appendCommonArgs(args):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment