aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorMirko Bonadei <mbonadei@webrtc.org>2019-03-28 07:50:07 +0100
committerCommit Bot <commit-bot@chromium.org>2019-03-28 08:46:37 +0000
commit20574f48b540053438600543ae4cbb16203fb4ec (patch)
treee229a303ef378fe17daa708d890b139afe53966a /BUILD.gn
parent185e802971a805356f8d9a4e1f35e233e48f672b (diff)
downloadwebrtc-20574f48b540053438600543ae4cbb16203fb4ec.tar.gz
Testing no /DUNICODE assumptions with Win more configs bots.
This CL will avoid regressions after the cleanup done in https://webrtc-review.googlesource.com/c/src/+/128904. Bug: None Change-Id: Id01f554a6fb0972139e7810b7523c91321398c0f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/130100 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27328}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f1ac0bb32b..f299446d45 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -361,6 +361,13 @@ config("common_config") {
# Used in Chromium's overrides to disable logging
defines += [ "WEBRTC_UNSAFE_FUZZER_MODE" ]
}
+
+ if (!build_with_chromium && rtc_win_undef_unicode) {
+ cflags += [
+ "/UUNICODE",
+ "/U_UNICODE",
+ ]
+ }
}
config("common_objc") {