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

Unified Diff: test/win/linker-flags/y.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
Index: test/win/linker-flags/y.cc
diff --git a/test/prune_targets/lib2.cc b/test/win/linker-flags/y.cc
similarity index 88%
copy from test/prune_targets/lib2.cc
copy to test/win/linker-flags/y.cc
index aed394afcff768af538513e67e47170f954a36c3..bd884119fcd44ab7f0c2b78f52ae5c62517f7a66 100644
--- a/test/prune_targets/lib2.cc
+++ b/test/win/linker-flags/y.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 libfunc2() {
+int y() {
+ return 2;
}

Powered by Google App Engine
This is Rietveld 408576698