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

Unified Diff: test/win/compiler-flags/calling-convention.cc

Issue 597993003: ninja win: Add support for 'CallingConvention' (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Rebase Created 6 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
« no previous file with comments | « pylib/gyp/msvs_emulation.py ('k') | test/win/compiler-flags/calling-convention.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/compiler-flags/calling-convention.cc
diff --git a/test/ios/app-bundle/tool_main.cc b/test/win/compiler-flags/calling-convention.cc
similarity index 86%
copy from test/ios/app-bundle/tool_main.cc
copy to test/win/compiler-flags/calling-convention.cc
index 9dc3c94f3431be00adb755f6515b995d734e089b..0d78a0cc05a251ffe6f9f65e45fbeab1ee061368 100644
--- a/test/ios/app-bundle/tool_main.cc
+++ b/test/win/compiler-flags/calling-convention.cc
@@ -2,6 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-int main() {
- return 0;
+extern "C" void foo() {
}
« no previous file with comments | « pylib/gyp/msvs_emulation.py ('k') | test/win/compiler-flags/calling-convention.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698