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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 228003006: Remove dependency on --gc-sections for most Android debug targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move gfx dep from components/policy to components/autofill Created 6 years, 8 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 | « chrome/chrome_android.gypi ('k') | components/autofill.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index ec704bd213b285dfe7c88bdab4e7e44a943630bc..1c1511ff164024aa883d878079856f0aae3912eb 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"', {
@@ -474,6 +472,7 @@
# 2) test-specific support libraries:
'../base/base.gyp:test_support_base',
'../components/components_resources.gyp:components_resources',
+ '../content/content_shell_and_tests.gyp:webkit_test_support_content',
'../content/content.gyp:content_app_both',
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
@@ -2450,6 +2449,11 @@
'dependencies!': [
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
],
+ 'ldflags': [
+ # Some android targets still depend on --gc-sections to link.
+ # TODO: remove --gc-sections for Debug builds (crbug.com/159847).
+ '-Wl,--gc-sections',
+ ],
'sources!': [
# Bookmark export/import are handled via the BookmarkColumns
# ContentProvider.
« no previous file with comments | « chrome/chrome_android.gypi ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698