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

Unified Diff: test/conditions/elseif/program.cc

Issue 601353002: Add support for "else if" in gyp conditions (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Better tests Created 6 years, 1 month 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
« no previous file with comments | « test/conditions/elseif/gyptest_elseif.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/conditions/elseif/program.cc
diff --git a/test/win/idl-excluded/program.cc b/test/conditions/elseif/program.cc
similarity index 81%
copy from test/win/idl-excluded/program.cc
copy to test/conditions/elseif/program.cc
index 9dc3c94f3431be00adb755f6515b995d734e089b..147fe2f75e46943b49f33420133adbb610d1e09d 100644
--- a/test/win/idl-excluded/program.cc
+++ b/test/conditions/elseif/program.cc
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stdio.h>
+
int main() {
+ printf("%s\n", FOO);
return 0;
}
« no previous file with comments | « test/conditions/elseif/gyptest_elseif.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698