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

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

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
Index: test/win/compiler-flags/calling-convention-fastcall.def
diff --git a/test/win/linker-flags/deffile.def b/test/win/compiler-flags/calling-convention-fastcall.def
similarity index 51%
copy from test/win/linker-flags/deffile.def
copy to test/win/compiler-flags/calling-convention-fastcall.def
index ba9d399bd6f9ae512179768e06cbd5ee5fa20d17..2c61afe208a4d72f51ce01894bf94612f4c769ae 100644
--- a/test/win/linker-flags/deffile.def
+++ b/test/win/compiler-flags/calling-convention-fastcall.def
@@ -1,8 +1,6 @@
-; Copyright (c) 2012 Google Inc. All rights reserved.
+; Copyright (c) 2014 Google Inc. All rights reserved.
; Use of this source code is governed by a BSD-style license that can be
; found in the LICENSE file.
-LIBRARY test_deffile_ok
-
EXPORTS
- AnExportedFunction
+ @foo@0
« no previous file with comments | « test/win/compiler-flags/calling-convention-cdecl.def ('k') | test/win/compiler-flags/calling-convention-stdcall.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698