Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: test/target/hello.c

Issue 23464051: Avoid MSB8012 in GYP (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Add test Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 /* Copyright (C) 2013 Opera Software ASA. All rights reserved.
Nico 2013/09/17 17:11:54 I'm not sure how we handle copyright headers in gy
scottmg 2013/09/24 17:23:20 ISTR it's always supposed to say Google for some r
2 * This file is an original work developed by Opera Software ASA.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. */
5
6 void main(void) {
7 printf("Hello, world!\n");
8 }
OLDNEW
« no previous file with comments | « test/target/gyptest-target.py ('k') | test/target/target.gyp » ('j') | test/target/target.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698