Chromium Code Reviews| Index: test/msvs/prebuild/prebuild.gyp |
| =================================================================== |
| --- test/msvs/prebuild/prebuild.gyp (revision 0) |
| +++ test/msvs/prebuild/prebuild.gyp (revision 0) |
| @@ -0,0 +1,21 @@ |
| +# Copyright (c) 2010 Google Inc. All rights reserved. |
|
Mark Mentovai
2010/07/07 17:45:28
Is there anything MSVS-specific about these tests?
|
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +{ |
| + 'targets': [ |
| + { |
| + 'target_name': 'prebuild', |
| + 'msvs_guid': 'B4D59AE8-97E1-A8E9-8D2F-6D2826729530', |
|
Mark Mentovai
2010/07/07 17:45:28
Not needed.
|
| + 'type': 'executable', |
| + 'dependencies': [ |
| + 'base/base.gyp:a', |
| + 'base/base.gyp:b', |
| + 'base/base.gyp:c', |
| + ], |
| + 'sources': [ |
| + 'main.c', |
| + ], |
| + }, |
| + ], |
| +} |
| Property changes on: test/msvs/prebuild/prebuild.gyp |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |