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

Unified Diff: test/win/linker-flags/z.cc

Issue 107293004: win msvs: make ordering match .gyp order (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: use OrderedSet instead Created 7 years 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
« pylib/gyp/generator/msvs.py ('K') | « test/win/linker-flags/y.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/linker-flags/z.cc
diff --git a/test/prune_targets/lib3.cc b/test/win/linker-flags/z.cc
similarity index 88%
copy from test/prune_targets/lib3.cc
copy to test/win/linker-flags/z.cc
index af0f717b020e5bebb15a650338520ff2bc9becf9..8a43501270ae8aa85be0fa9a20c9e36a0b93eb93 100644
--- a/test/prune_targets/lib3.cc
+++ b/test/win/linker-flags/z.cc
@@ -2,5 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-void libfunc3() {
+int z() {
+ return 3;
}
« pylib/gyp/generator/msvs.py ('K') | « test/win/linker-flags/y.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698