michael@0: # Copyright (c) 2010 The ANGLE Project Authors. All rights reserved. michael@0: # Use of this source code is governed by a BSD-style license that can be michael@0: # found in the LICENSE file. michael@0: michael@0: { michael@0: 'targets': [ michael@0: { michael@0: 'target_name': 'all', michael@0: 'type': 'none', michael@0: 'dependencies': [ michael@0: # TODO(alokp): build_ prefix should be removed from the gyp files michael@0: # as soon as we can get rid of manually-maintained sln files. michael@0: # Otherwise auto-generated sln files will overwrite/conflict the michael@0: # manually maintained ones. michael@0: '../samples/build_samples.gyp:*', michael@0: '../src/build_angle.gyp:*', michael@0: '../tests/build_tests.gyp:*', michael@0: ], michael@0: }, michael@0: ], michael@0: } michael@0: michael@0: # Local Variables: michael@0: # tab-width:2 michael@0: # indent-tabs-mode:nil michael@0: # End: michael@0: # vim: set expandtab tabstop=2 shiftwidth=2: