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

Unified Diff: chromecast/crash/BUILD.gn

Issue 2334163004: Revert "[Chromecast] Only include all libstdc++/libgcc symbols in executable as needed" (Closed)
Patch Set: Created 4 years, 3 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 | « chromecast/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/crash/BUILD.gn
diff --git a/chromecast/crash/BUILD.gn b/chromecast/crash/BUILD.gn
index 2a3b372737ab3acc0245a1d96b988184c81501ea..bb261ce8f0bca2eb3ddef9cb32b6d4a2271a71a5 100644
--- a/chromecast/crash/BUILD.gn
+++ b/chromecast/crash/BUILD.gn
@@ -62,10 +62,6 @@ executable("crash_uploader") {
if (chromecast_branding != "public") {
deps += [ "//chromecast/base:cast_sys_info_shlib" ]
-
- # Whole archiving libgcc.a and libstdc++ is needed if dynamic share libs
- # are used, see b/25566835.
- configs += [ "//build/config/chromecast:executable_whole_archive_config" ]
}
}
« no previous file with comments | « chromecast/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698