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

Unified Diff: remoting/remoting.gyp

Issue 10909090: Implement DaemonController::GetVersion() method on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « remoting/host/remoting_me2me_host.cc ('k') | remoting/tools/me2me_virtual_host.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 79491022cd6e82ecb1e6bd0e6e238986f1dd7f99..dc5eaa121c57a4bb82508e2532108235275fe6bc 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1444,6 +1444,9 @@
'../media/media.gyp:media',
'../net/net.gyp:net',
],
+ 'defines': [
+ 'VERSION=<(version_full)',
+ ],
'sources': [
'host/branding.cc',
'host/branding.h',
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/tools/me2me_virtual_host.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698