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

Unified Diff: remoting/remoting.gyp

Issue 10950018: Include the host version in every log entry that the host sends to the cloud. (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/server_log_entry_unittest.cc ('k') | no next file » | 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 0172c32bdaa653ac74e3ba85953be32e06e94dae..8b75871c912cc01218a73b4ae744194f40e485d3 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1250,6 +1250,9 @@
'differ_block',
'../crypto/crypto.gyp:crypto',
],
+ 'defines': [
+ 'VERSION=<(version_full)',
+ ],
'sources': [
'host/audio_capturer.cc',
'host/audio_capturer.h',
@@ -1800,6 +1803,9 @@
'../testing/gtest.gyp:gtest',
'../ui/ui.gyp:ui',
],
+ 'defines': [
+ 'VERSION=<(version_full)',
+ ],
'include_dirs': [
'../testing/gmock/include',
],
« no previous file with comments | « remoting/host/server_log_entry_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698