summaryrefslogtreecommitdiff
path: root/chromium/remoting/host/win
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-24 11:40:17 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-24 12:42:11 +0000
commit5d87695f37678f96492b258bbab36486c59866b4 (patch)
treebe9783bbaf04fb930c4d74ca9c00b5e7954c8bc6 /chromium/remoting/host/win
parent6c11fb357ec39bf087b8b632e2b1e375aef1b38b (diff)
downloadqtwebengine-chromium-5d87695f37678f96492b258bbab36486c59866b4.tar.gz
BASELINE: Update Chromium to 75.0.3770.56
Change-Id: I86d2007fd27a45d5797eee06f4c9369b8b50ac4f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/remoting/host/win')
-rw-r--r--chromium/remoting/host/win/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/remoting/host/win/BUILD.gn b/chromium/remoting/host/win/BUILD.gn
index 3c9d1988008..1354dab3aa1 100644
--- a/chromium/remoting/host/win/BUILD.gn
+++ b/chromium/remoting/host/win/BUILD.gn
@@ -290,6 +290,7 @@ executable("remoting_console") {
]
if (!is_asan) {
+ no_default_deps = true
ldflags = [
"/ENTRY:HostEntryPoint",
# "/NODEFAULTLIB",
@@ -320,6 +321,7 @@ executable("remoting_me2me_host") {
output_name = "remoting_host"
if (!is_asan) {
+ no_default_deps = true
ldflags = [
"/ENTRY:HostEntryPoint",
# "/NODEFAULTLIB",
@@ -466,6 +468,7 @@ executable("remoting_desktop") {
]
if (!is_asan) {
+ no_default_deps = true
ldflags = [
"/ENTRY:HostEntryPoint",
# "/NODEFAULTLIB",