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

Unified Diff: remoting/BUILD.gn

Issue 1426113002: port remoting_me2me_host_archive to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix version and update comments Created 5 years, 1 month 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
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 832549a2f0e44f36e59147a2d9ca42ed166a8bf0..51aa81790e682e631484cef33937b1c6ae7a4804 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",
]
}

Powered by Google App Engine
This is Rietveld 408576698