diff options
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:*', |