| 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',
|
| ],
|
|
|