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

Unified Diff: build/all.gyp

Issue 10031014: The Chrome Remote Desktop installation for Windows can be build by bots now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding remoting_host_installation target to the official build. Created 8 years, 8 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 | build/common.gypi » ('j') | chrome/tools/build/win/FILES.cfg » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 90afd5cfcd7f731203a30953ef4e8c89e834b851..7b7f2fce7f71667bee4179474f8f4de2178c2214 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -532,6 +532,11 @@
'../pdf/pdf.gyp:pdf',
],
}], # internal_pdf
+ ['component != "shared_library" and wix_exists == "True" and platformsdk_exists == "True"', {
Sergey Ulanov 2012/04/11 18:15:37 this can be wrapped to fit 80-chars
alexeypa (please no reviews) 2012/04/11 20:54:28 Done.
+ 'dependencies': [
+ '../remoting/remoting.gyp:remoting_host_installation',
+ ],
+ }], # component != "shared_library"
]
},
], # targets
« no previous file with comments | « no previous file | build/common.gypi » ('j') | chrome/tools/build/win/FILES.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698