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

Unified Diff: chrome/installer/mini_installer/BUILD.gn

Issue 1476923004: [Chromecast] Include all stdlibc++/libgcc symbols in cast_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Disable executable options on Android. Created 5 years 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
« build/common.gypi ('K') | « build/config/chromecast/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer/BUILD.gn
diff --git a/chrome/installer/mini_installer/BUILD.gn b/chrome/installer/mini_installer/BUILD.gn
index d04febf8904d743d6b85f5c56edea785d833df76..e795d95b5fe5af86cde8395e46ba2ba772033842 100644
--- a/chrome/installer/mini_installer/BUILD.gn
+++ b/chrome/installer/mini_installer/BUILD.gn
@@ -179,12 +179,13 @@ executable("mini_installer") {
# This target is special so we manually override most linker flags and
# specify our own to keep the size down.
configs -= [
+ "//build/config:executable_config",
"//build/config/compiler:compiler",
- "//build/config/win:common_linker_setup",
"//build/config/win:console",
]
configs += [
":mini_installer_compiler_flags",
+ "//build/config/win:sdk_link",
"//build/config/win:windowed",
]
« build/common.gypi ('K') | « build/config/chromecast/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698