Chromium Code Reviews| Index: chrome/chrome_tests_unit.gypi |
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi |
| index 2b1f522d8f80992f94fe87a6997438781da42fc0..9d51f87163114ecad0e1cccb9fa7fc19ea2b904f 100644 |
| --- a/chrome/chrome_tests_unit.gypi |
| +++ b/chrome/chrome_tests_unit.gypi |
| @@ -281,8 +281,6 @@ |
| 'test/ppapi/ppapi_test.h', |
| '../ui/gfx/image/image_unittest_util.cc', |
| '../ui/gfx/image/image_unittest_util.h', |
| - '../webkit/browser/quota/mock_special_storage_policy.cc', |
| - '../webkit/browser/quota/mock_special_storage_policy.h', |
| ], |
| 'conditions': [ |
| ['OS!="ios"', { |
| @@ -2448,6 +2446,11 @@ |
| 'dependencies!': [ |
| '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', |
| ], |
| + 'ldflags': [ |
| + # Some android targets depend on --gc-sections to link. |
| + # Force --gc-sections also for Debug builds (see crbug.com/159847). |
|
Nico
2014/04/11 20:36:59
todo here too
Primiano Tucci (use gerrit)
2014/04/14 17:22:27
Done.
|
| + '-Wl,--gc-sections', |
| + ], |
| 'sources!': [ |
| # Bookmark export/import are handled via the BookmarkColumns |
| # ContentProvider. |