Chromium Code Reviews| Index: chrome/chrome_android.gypi |
| diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi |
| index 48e8cdb08593cb8da12b1da5aaf9ae45a6136f23..f900f1c039b45454af897b6cb07ba1325a9209fb 100644 |
| --- a/chrome/chrome_android.gypi |
| +++ b/chrome/chrome_android.gypi |
| @@ -44,6 +44,13 @@ |
| 'dependencies': [ |
| '../base/allocator/allocator.gyp:allocator', ], |
| }], |
| + ['OS=="android"', { |
| + 'ldflags': [ |
| + # Some android targets depend on --gc-sections to link. |
| + # Force --gc-sections also for Debug builds (see crbug.com/159847). |
| + '-Wl,--gc-sections', |
|
Nico
2014/04/11 20:36:59
The idea is to remove this too eventually, right (
Primiano Tucci (use gerrit)
2014/04/12 10:26:00
Right. However the chrome layer on Android is damn
|
| + ], |
| + }], |
| ], |
| }, |
| { |