diff options
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/net.gyp b/net/net.gyp index 3b95934..976b3da 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -833,9 +833,7 @@ 'dependencies': [ 'net', '../base/base.gyp:base', - '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', '../testing/gtest.gyp:gtest', - '../third_party/protobuf2/protobuf.gyp:py_proto', ], 'sources': [ 'base/cert_test_util.cc', @@ -850,6 +848,12 @@ 'socket/ssl_test_util.h', ], 'conditions': [ + ['inside_chromium_build==1', { + 'dependencies': [ + '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', + '../third_party/protobuf2/protobuf.gyp:py_proto', + ], + }], ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', { 'dependencies': [ '../build/linux/system.gyp:nss', |