1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/angle/build/all.gyp Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +# Copyright (c) 2010 The ANGLE Project Authors. All rights reserved. 1.5 +# Use of this source code is governed by a BSD-style license that can be 1.6 +# found in the LICENSE file. 1.7 + 1.8 +{ 1.9 + 'targets': [ 1.10 + { 1.11 + 'target_name': 'all', 1.12 + 'type': 'none', 1.13 + 'dependencies': [ 1.14 + # TODO(alokp): build_ prefix should be removed from the gyp files 1.15 + # as soon as we can get rid of manually-maintained sln files. 1.16 + # Otherwise auto-generated sln files will overwrite/conflict the 1.17 + # manually maintained ones. 1.18 + '../samples/build_samples.gyp:*', 1.19 + '../src/build_angle.gyp:*', 1.20 + '../tests/build_tests.gyp:*', 1.21 + ], 1.22 + }, 1.23 + ], 1.24 +} 1.25 + 1.26 +# Local Variables: 1.27 +# tab-width:2 1.28 +# indent-tabs-mode:nil 1.29 +# End: 1.30 +# vim: set expandtab tabstop=2 shiftwidth=2: