summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-30 20:14:38 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-30 20:14:38 +0000
commit567f23965887abeee2901ba3f6014ee53d0ae6eb (patch)
tree424d51246f48a1f00faceaab3abf0f84c4d2f1c4 /build
parent4c616fa594f093134d0124bc782d702d003c4566 (diff)
downloadchromium_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')
-rw-r--r--build/all.gyp4
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:*',