diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 27e71b0..1c41e72 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -424,6 +424,7 @@ 'chrome_strings', '../base/base.gyp:base', '../net/net.gyp:http_server', + '../net/net.gyp:net', 'theme_resources', 'theme_resources_standard', '../skia/skia.gyp:skia', @@ -534,6 +535,7 @@ '../base/base.gyp:base', '../build/temp_gyp/googleurl.gyp:googleurl', '../jingle/jingle.gyp:notifier', + '../net/net.gyp:net', '../third_party/icu/icu.gyp:icuuc', '../third_party/sqlite/sqlite.gyp:sqlite', 'app/policy/cloud_policy_codegen.gyp:policy', @@ -801,6 +803,7 @@ 'dependencies': [ 'sync', '../jingle/jingle.gyp:notifier', + '../net/net.gyp:net', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation', ], # This target exports a hard dependency because it depends on @@ -821,6 +824,7 @@ 'common_net', '../base/base.gyp:base', '../jingle/jingle.gyp:notifier', + '../net/net.gyp:net', '../printing/printing.gyp:printing', '../skia/skia.gyp:skia', '../third_party/libjingle/libjingle.gyp:libjingle', |