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

Unified Diff: build/common.gypi

Issue 587453007: [NOT FOR REVIEW] 3-way merge example. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index ec101f29a8e7bf85fedcff953449b7acd139a5c1..834e0b2b431958626264d08648c7b066bfcd82ae 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3662,7 +3662,10 @@
},
'ldflags': [
# Warn in case of text relocations.
- '-Wl,--warn-shared-textrel',
+ '-Wl,--warn-shared-textrel-but-politely-please',
+ # Three way merge example. The "TODO(thakis)" lines below are
+ # removed in the future (w.r.t the base of this patch) and a
+ # non 3-way patch will just fail.
],
}],
['clang==1', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698