diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-30 20:14:38 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-30 20:14:38 +0000 |
commit | 567f23965887abeee2901ba3f6014ee53d0ae6eb (patch) | |
tree | 424d51246f48a1f00faceaab3abf0f84c4d2f1c4 /build/all.gyp | |
parent | 4c616fa594f093134d0124bc782d702d003c4566 (diff) | |
download | chromium_src-567f23965887abeee2901ba3f6014ee53d0ae6eb.zip chromium_src-567f23965887abeee2901ba3f6014ee53d0ae6eb.tar.gz chromium_src-567f23965887abeee2901ba3f6014ee53d0ae6eb.tar.bz2 |
Switching printing to gyp on windows.
Review URL: http://codereview.chromium.org/58002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12801 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp index 7c3f54b..3142a6b 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -22,8 +22,9 @@ 'type': 'none', 'dependencies': [ '../base/base.gyp:*', - '../net/net.gyp:*', '../media/media.gyp:*', + '../net/net.gyp:*', + '../printing/printing.gyp:*', ], 'conditions': [ ['OS=="linux"', { @@ -39,7 +40,6 @@ ['all_gyps', { 'dependencies': [ '../chrome/chrome.gyp:*', - '../printing/printing.gyp:*', '../sdch/sdch.gyp:*', '../skia/skia.gyp:*', '../testing/gtest.gyp:*', |