| 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', { | 
|  |