From 5899aadb47a1e7037b5fdf20276d84910af0fa7f Mon Sep 17 00:00:00 2001 From: Cooper Partin Date: Tue, 17 Mar 2015 14:30:04 -0700 Subject: [PATCH] Fix Winrt Project generation Change-Id: I5688f17d8fc18f36363afbfd2728b0b3475fb2bd Reviewed-on: https://chromium-review.googlesource.com/260606 Tested-by: Cooper Partin Reviewed-by: Geoff Lang --- generate_winrt_projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_winrt_projects.py b/generate_winrt_projects.py index c8f952e38..e0e517772 100644 --- a/generate_winrt_projects.py +++ b/generate_winrt_projects.py @@ -28,7 +28,7 @@ def generateProjects(generation_dir, build_winphone): gyp_cmd += ' -D angle_enable_d3d9=0' gyp_cmd += ' -D angle_enable_gl=0' gyp_cmd += ' -D angle_standalone=1' - gyp_cmd += ' ' + os.path.join(script_dir, 'all.gyp') + gyp_cmd += ' ' + os.path.join(script_dir, 'angle.gyp') print 'Generating projects to ' + generation_dir + ' from gyp files...' print gyp_cmd