diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 22:13:43 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 22:13:43 +0000 |
commit | 887cec87432cce92d06a39b62a9ce4f57260acc9 (patch) | |
tree | 910e78a9e37009c7774a097872d2769ca50226db /remoting/remoting.gyp | |
parent | 0c860d067e62556bad67620240abc9abfeb85c7d (diff) | |
download | chromium_src-887cec87432cce92d06a39b62a9ce4f57260acc9.zip chromium_src-887cec87432cce92d06a39b62a9ce4f57260acc9.tar.gz chromium_src-887cec87432cce92d06a39b62a9ce4f57260acc9.tar.bz2 |
Tighten up compile warnings based to match other chromium sub-projects.
Fix up the issues that the new warnings raised.
BUG=none
TEST=build remoting cleanly
Review URL: http://codereview.chromium.org/2801003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49842 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index f62a83e..49bab0b 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -3,6 +3,10 @@ # found in the LICENSE file. { + 'variables': { + 'chromium_code': 1, + }, + 'target_defaults': { 'defines': [ ], |