diff options
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
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:*', |