summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/installer/setup/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/installer/setup/BUILD.gn')
-rw-r--r--chromium/chrome/installer/setup/BUILD.gn9
1 files changed, 0 insertions, 9 deletions
diff --git a/chromium/chrome/installer/setup/BUILD.gn b/chromium/chrome/installer/setup/BUILD.gn
index abfb04bd832..5a7290a1af1 100644
--- a/chromium/chrome/installer/setup/BUILD.gn
+++ b/chromium/chrome/installer/setup/BUILD.gn
@@ -10,8 +10,6 @@ import("//testing/test.gni")
buildflag_header("buildflags") {
header = "buildflags.h"
-
- # Use ZUCCHINI since ZUCCHINI_ENABLED is too long a name for setup.rc.
flags = [ "ZUCCHINI=$use_zucchini" ]
}
@@ -26,13 +24,6 @@ if (is_win) {
"uninstall.h",
]
- if (is_chrome_branded) {
- # The resource compiler can only handle macro functions up to 31 chars
- # which the buildflag system produces for this. Make a define so we can
- # toggle off of the enable-basic-printing flag in the .rc file.
- defines = [ "GOOGLE_CHROME_BRANDING_FOR_RC" ]
- }
-
configs -= [ "//build/config/win:console" ]
configs += [ "//build/config/win:windowed" ]