aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGeoff Lang <geofflang@chromium.org>2013-10-07 17:07:33 -0400
committerGeoff Lang <geofflang@chromium.org>2013-10-17 09:37:05 -0400
commit0049e43d6532a74d347bf3046f0ab4a5f5d57145 (patch)
tree0396fba3919eef451d1fe6b985c5ffc82fd62177 /build
parent6850947e144818ccdf9bab267b3d8c9fe3b88abb (diff)
downloadangle-0049e43d6532a74d347bf3046f0ab4a5f5d57145.tar.gz
Fixed the DEPS folder and added a .gclient file so gclient sync will now work.
Diffstat (limited to 'build')
-rw-r--r--build/gyp_angle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/gyp_angle b/build/gyp_angle
index 2aa38a52..085dc84e 100644
--- a/build/gyp_angle
+++ b/build/gyp_angle
@@ -14,6 +14,7 @@ script_dir = os.path.dirname(__file__)
angle_dir = os.path.normpath(os.path.join(script_dir, os.pardir))
sys.path.append(os.path.join(angle_dir, 'third_party', 'gyp', 'pylib'))
+print os.path.join(angle_dir, 'third_party', 'gyp', 'pylib')
import gyp
if __name__ == '__main__':