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

Unified Diff: remoting/host/installer/linux/Makefile

Issue 10860024: Handle updates to the wrapper script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reinstated spin protection. Created 8 years, 4 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 | remoting/host/installer/linux/debian/control » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/installer/linux/Makefile
diff --git a/remoting/host/installer/linux/Makefile b/remoting/host/installer/linux/Makefile
index 608e0c9f79eab1bbb3c81e7c44940a87c72ceead..61aae25f48f6138d27000ed86597874c3b62ae97 100644
--- a/remoting/host/installer/linux/Makefile
+++ b/remoting/host/installer/linux/Makefile
@@ -15,14 +15,12 @@ SHARE = $(DESTDIR)/usr/share/chrome-remote-desktop
all:
-# TODO(lambroslambrou): Decide what to do about bundling Xvfb-randr.
-# For now, treat it as if it were a build artifact from the Chrome tree, and
-# pull it from $(RELEASE).
install:
install -d $(BIN) $(LIB) $(SHARE)
install $(TOOLS)/me2me_virtual_host.py -m 0755 \
$(BIN)/me2me_virtual_host
install $(TOOLS)/gaia_auth.py -m 0644 $(SHARE)
install $(TOOLS)/keygen.py -m 0644 $(SHARE)
+ install $(TOOLS)/is_me2me_desktop $(LIB)
install $(RELEASE)/remoting_host_keygen -m 0755 $(LIB)
install $(RELEASE)/remoting_me2me_host -m 0755 $(LIB)
« no previous file with comments | « no previous file | remoting/host/installer/linux/debian/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698