Chromium Code Reviews
|
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright (c) 2010 Google Inc. All rights reserved. | |
|
Mark Mentovai
2010/07/07 17:45:28
Is there anything MSVS-specific about these tests?
| |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'targets': [ | |
| 7 { | |
| 8 'target_name': 'prebuild', | |
| 9 'msvs_guid': 'B4D59AE8-97E1-A8E9-8D2F-6D2826729530', | |
|
Mark Mentovai
2010/07/07 17:45:28
Not needed.
| |
| 10 'type': 'executable', | |
| 11 'dependencies': [ | |
| 12 'base/base.gyp:a', | |
| 13 'base/base.gyp:b', | |
| 14 'base/base.gyp:c', | |
| 15 ], | |
| 16 'sources': [ | |
| 17 'main.c', | |
| 18 ], | |
| 19 }, | |
| 20 ], | |
| 21 } | |
| OLD | NEW |