summaryrefslogtreecommitdiffstats
path: root/remoting/BUILD.gn
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-11-03 17:12:46 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-04 01:14:27 +0000
commit63e164a242653dbed7932fe9213da828aa280f78 (patch)
tree2247fddc8bb9a889613c8e344455c886eb863a7b /remoting/BUILD.gn
parent1028d4b5822ef0db26d626d00e85b6b8233fb41f (diff)
downloadchromium_src-63e164a242653dbed7932fe9213da828aa280f78.zip
chromium_src-63e164a242653dbed7932fe9213da828aa280f78.tar.gz
chromium_src-63e164a242653dbed7932fe9213da828aa280f78.tar.bz2
port remoting_me2me_host_archive to GN
This CL ports the remoting_me2me_host_archive target to GN and several of its dependent targets. This is only a partial port of the target, as the 'remoting_infoplist_strings' target hasn't been ported yet, but I'm not actually sure if that's needed on Linux. This CL also fixes the path to the remoting-webapp zip file. Both of these targets were needed in order to flip the official Linux x64 build over to GN. BUG=512899, 530733 Review URL: https://codereview.chromium.org/1426113002 Cr-Commit-Position: refs/heads/master@{#357697}
Diffstat (limited to 'remoting/BUILD.gn')
-rw-r--r--remoting/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 832549a..51aa817 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -64,7 +64,7 @@ group("remoting_all") {
if (enable_me2me_host) {
deps += [
"//remoting/host:remoting_me2me_host",
- #"//remoting/host:remoting_me2me_host_archive",
+ "//remoting/host:remoting_me2me_host_archive",
]
}