diff options
author | gene@chromium.org <gene@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-27 17:55:06 +0000 |
---|---|---|
committer | gene@chromium.org <gene@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-27 17:55:06 +0000 |
commit | bd1d4ff79a9653acf5e8c4d73c9061f62a3fe9fd (patch) | |
tree | d8d725f2eaf3d91b639da7b18fa529e679dd2721 /build/all.gyp | |
parent | 5bcfaef580566eb21aa09faf01120afd982203e8 (diff) | |
download | chromium_src-bd1d4ff79a9653acf5e8c4d73c9061f62a3fe9fd.zip chromium_src-bd1d4ff79a9653acf5e8c4d73c9061f62a3fe9fd.tar.gz chromium_src-bd1d4ff79a9653acf5e8c4d73c9061f62a3fe9fd.tar.bz2 |
Adding Windows service template for Cloud Print connector.
Current Service can register and unrerister itself as a Windows Service.
This service is not part of the Chrome browser, but belongs to the
place as virtual print driver for cloud print.
BUG=125026
TEST=Build and verify service gets registered with "/Service" command. And unregistered with "/UninstallService" command.
Review URL: https://chromiumcodereview.appspot.com/10222011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134298 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 4ab0181..49ea1d7 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -107,6 +107,7 @@ 'dependencies': [ '../breakpad/breakpad.gyp:*', '../chrome_frame/chrome_frame.gyp:*', + '../cloud_print/service/win/service.gyp:*', '../cloud_print/virtual_driver/virtual_driver.gyp:*', '../courgette/courgette.gyp:*', '../rlz/rlz.gyp:*', |