Skip to content

Commit

Permalink
Enable remoting_me2me_host_archive in official build
Browse files Browse the repository at this point in the history
BUG=623007

Review-Url: https://codereview.chromium.org/2410163003
Cr-Commit-Position: refs/heads/master@{#425199}
  • Loading branch information
zijiehe authored and Commit bot committed Oct 13, 2016
1 parent 33dd5ea commit ab5f1cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ if (is_win) {
} else {
deps += [ "//courgette(//build/toolchain/win:x64)" ]
}
if (is_chrome_branded) {
deps += [ "//remoting/host:remoting_host_installation" ]
}
}
if (is_chrome_branded) {
deps += [ "//remoting/host:remoting_host_installation" ]
}
}

Expand Down
4 changes: 4 additions & 0 deletions remoting/host/installer/win/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,9 @@ if (is_chrome_branded && !is_component_build && target_cpu == "x86") {
}
} else {
group("remoting_host_installation") {
# We still want to build host archive under other configurations.
deps = [
"//remoting/host:remoting_me2me_host_archive",
]
}
}

0 comments on commit ab5f1cc

Please sign in to comment.