diff options
author | abodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 23:10:16 +0000 |
---|---|---|
committer | abodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 23:10:16 +0000 |
commit | f0dbe56c5e204e4b2945a33732faabf9aafc3229 (patch) | |
tree | 6318492c6202ce735617e9661e1df0416f51e295 /build/all.gyp | |
parent | eb42af56881701abea1231ae8d6820d7b1125379 (diff) | |
download | chromium_src-f0dbe56c5e204e4b2945a33732faabf9aafc3229.zip chromium_src-f0dbe56c5e204e4b2945a33732faabf9aafc3229.tar.gz chromium_src-f0dbe56c5e204e4b2945a33732faabf9aafc3229.tar.bz2 |
Initial CL for a simple port monitor for Windows to be used by the Cloud Print Virtual Print driver.
TEST=Everything should build and unit tests should pass.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80678
Review URL: http://codereview.chromium.org/6778001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80716 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 7727c33..37fdd5d 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -105,6 +105,7 @@ '../breakpad/breakpad.gyp:*', '../chrome/app/locales/locales.gyp:*', '../chrome_frame/chrome_frame.gyp:*', + '../cloud_print/virtual_driver/virtual_driver.gyp:*', '../courgette/courgette.gyp:*', '../rlz/rlz.gyp:*', '../sandbox/sandbox.gyp:*', |