Chromium Code Reviews| Index: trunk/test/hello/hello.gyp |
| =================================================================== |
| --- trunk/test/hello/hello.gyp (revision 0) |
| +++ trunk/test/hello/hello.gyp (revision 0) |
| @@ -0,0 +1,11 @@ |
| +{ |
| + 'targets': [ |
| + { |
| + 'target_name': 'hello', |
| + 'type': 'executable', |
| + 'sources': [ |
| + 'hello.c', |
| + ], |
| + }, |
| + ], |
| +} |