diff options
author | abodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 20:01:57 +0000 |
---|---|---|
committer | abodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 20:01:57 +0000 |
commit | e08f6acd3e52d8d454d2f47edaac85cf752b147c (patch) | |
tree | 090bb96f1402c3564024dc39e623fd95f8cc429b /build | |
parent | 399092645ed91a419c53310ad45ca2a68c9a74f5 (diff) | |
download | chromium_src-e08f6acd3e52d8d454d2f47edaac85cf752b147c.zip chromium_src-e08f6acd3e52d8d454d2f47edaac85cf752b147c.tar.gz chromium_src-e08f6acd3e52d8d454d2f47edaac85cf752b147c.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.
Review URL: http://codereview.chromium.org/6778001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80678 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-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:*', |