Commit 993b6f6c by Cooper Partin Committed by Jamie Madill

Removed Samples and Tests project generation from Windows Store builds.

Change-Id: Ic9a9f498888dba0c1986faa309f78bc71711c751 Reviewed-on: https://chromium-review.googlesource.com/241943Tested-by: 's avatarCooper Partin <coopp@microsoft.com> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 051dbc79
...@@ -11,9 +11,20 @@ ...@@ -11,9 +11,20 @@
'dependencies': 'dependencies':
[ [
'../src/angle.gyp:*', '../src/angle.gyp:*',
],
'conditions':
[
# Generate tests and sample projects for classic desktop
# builds only.
['angle_build_winrt==0',
{
'dependencies':
[
'../samples/samples.gyp:*', '../samples/samples.gyp:*',
'../tests/tests.gyp:*', '../tests/tests.gyp:*',
], ],
}],
],
}, },
], ],
} }
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