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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: test/target/hello.c
diff --git a/test/target/hello.c b/test/target/hello.c
new file mode 100644
index 0000000000000000000000000000000000000000..d1cbf77a5a721c423bde9aa781f8fb81040e1591
--- /dev/null
+++ b/test/target/hello.c
@@ -0,0 +1,8 @@
+/* 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
+ * This file is an original work developed by Opera Software ASA.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+void main(void) {
+ printf("Hello, world!\n");
+}
« 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