Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1401)

Unified Diff: remoting/host/BUILD.gn

Issue 2091303004: Revert of Flip mac full builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 2b69c874f19e346cb3f79d8f96ba9ca26c829978..2ea13a8188cfbffc869bab407deda420586eec7c 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -1138,20 +1138,6 @@
"OFFICIAL_BUILD=$_official_build",
]
}
- } else if (is_mac && is_chrome_branded) {
- zip("remoting_me2me_host_archive") {
- # TODO(crbug.com/622415) - This list of inputs is totally wrong
- # and we need the real installer ported over from
- # remoting/remoting_host_mac.gypi but for now this creates at
- # least a placeholder .zip file.
- inputs = [
- "$root_build_dir/remoting_me2me_host",
- ]
- output = "$root_build_dir/remoting-me2me-host-mac.zip"
- deps = [
- ":remoting_me2me_host",
- ]
- }
} else {
group("remoting_me2me_host_archive") {
}
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698