diff options
author | abeera@google.com <abeera@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 22:15:55 +0000 |
---|---|---|
committer | abeera@google.com <abeera@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 22:15:55 +0000 |
commit | 7269d64276132c6d4ec7723364656b50d0401648 (patch) | |
tree | 9f2ec124b970f2391266faf9181ef405d5e6a8a4 /cloud_print/virtual_driver/posix/backend.gyp | |
parent | c6b9937fcb83492597e4001d52ded648efdb0724 (diff) | |
download | chromium_src-7269d64276132c6d4ec7723364656b50d0401648.zip chromium_src-7269d64276132c6d4ec7723364656b50d0401648.tar.gz chromium_src-7269d64276132c6d4ec7723364656b50d0401648.tar.bz2 |
Fix to bug 91320.
Function prototype in Cloud Print Virtual Driver changed to void. Gyp file updated.
BUG=91320
TEST=
Review URL: http://codereview.chromium.org/7542016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95516 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print/virtual_driver/posix/backend.gyp')
-rw-r--r-- | cloud_print/virtual_driver/posix/backend.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cloud_print/virtual_driver/posix/backend.gyp b/cloud_print/virtual_driver/posix/backend.gyp index f77fabf..6f25dba 100644 --- a/cloud_print/virtual_driver/posix/backend.gyp +++ b/cloud_print/virtual_driver/posix/backend.gyp @@ -7,6 +7,9 @@ 'include_dirs': [ '../..' ], + 'variables': { + 'chromium_code': 1 + } }, 'targets' : [ { |