Index: chrome/android/chrome_apk.gyp |
diff --git a/chrome/android/chrome_apk.gyp b/chrome/android/chrome_apk.gyp |
index 4f0a2af31d862a738350de495896f451a142f09f..2fab05b4c9a34c8b66a7a435585a6ca2cf4a46fd 100644 |
--- a/chrome/android/chrome_apk.gyp |
+++ b/chrome/android/chrome_apk.gyp |
@@ -103,13 +103,6 @@ |
'include_dirs': [ |
'../..', |
], |
- 'direct_dependent_settings': { |
- 'ldflags': [ |
- # Some android targets still depend on --gc-sections to link. |
- # TODO: remove --gc-sections for Debug builds (crbug.com/159847). |
- '-Wl,--gc-sections', |
- ], |
- }, |
'conditions': [ |
# TODO(yfriedman): move this DEP to chrome_android_core to be shared |
# between internal/external. |