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

Unified Diff: test/ldflags-duplicates/lib2.c

Issue 1209553002: Do not remote duplicate entries from ldflags when generating ninja files as it changes behavior (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Updated license headers Created 5 years, 6 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 | « test/ldflags-duplicates/lib1.c ('k') | test/ldflags-duplicates/main.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ldflags-duplicates/lib2.c
diff --git a/test/msvs/buildevents/main.cc b/test/ldflags-duplicates/lib2.c
similarity index 60%
copy from test/msvs/buildevents/main.cc
copy to test/ldflags-duplicates/lib2.c
index 03c0285a6cc856103f8adad4d35dc76e42a51042..8e7a082820674bc19e47d7b629b56a6311329456 100644
--- a/test/msvs/buildevents/main.cc
+++ b/test/ldflags-duplicates/lib2.c
@@ -1,5 +1,6 @@
-// Copyright (c) 2014 Google Inc. All rights reserved.
+// Copyright (c) 2015 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.
-int main() {}
+void bar() {
+}
« no previous file with comments | « test/ldflags-duplicates/lib1.c ('k') | test/ldflags-duplicates/main.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698