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

Unified Diff: remoting/BUILD.gn

Issue 1411413009: Only build remoting_me2me_host_archive in chrome_branded build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 51aa81790e682e631484cef33937b1c6ae7a4804..7f71b22030826155657a82d957840838697fa735 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -62,10 +62,10 @@ group("remoting_all") {
}
if (enable_me2me_host) {
- deps += [
- "//remoting/host:remoting_me2me_host",
- "//remoting/host:remoting_me2me_host_archive",
- ]
+ deps += [ "//remoting/host:remoting_me2me_host" ]
+ if (is_chrome_branded) {
+ deps += [ "//remoting/host:remoting_me2me_host_archive" ]
+ }
}
if (enable_pnacl) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698