summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 23:58:07 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 23:58:07 +0000
commit171c51db572d1124a3499ecce8e778b2b7b23b44 (patch)
tree78f9866d5d328228773066fcccd285d1ffbd987e /build/all.gyp
parent3d4ff9f575c787e3d4d837a983720bc725636ef4 (diff)
downloadchromium_src-171c51db572d1124a3499ecce8e778b2b7b23b44.zip
chromium_src-171c51db572d1124a3499ecce8e778b2b7b23b44.tar.gz
chromium_src-171c51db572d1124a3499ecce8e778b2b7b23b44.tar.bz2
Switching net to gyp on windows.
Review URL: http://codereview.chromium.org/42184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11688 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index bc54bb2..6275410 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -22,13 +22,13 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:*',
+ '../net/net.gyp:*',
],
'conditions': [
['all_gyps', {
'dependencies': [
'../chrome/chrome.gyp:*',
'../media/media.gyp:*',
- '../net/net.gyp:*',
'../printing/printing.gyp:*',
'../sdch/sdch.gyp:*',
'../skia/skia.gyp:*',