Chromium Code Reviews| Index: chrome/chrome.gyp |
| =================================================================== |
| --- chrome/chrome.gyp (revision 87744) |
| +++ chrome/chrome.gyp (working copy) |
| @@ -423,6 +423,7 @@ |
| 'chrome_resources', |
| 'chrome_strings', |
| '../base/base.gyp:base', |
| + '../net/net.gyp:net', |
|
wtc
2011/06/03 18:24:40
Nit: does net.gyp:net need to be before net.gyp:ht
rvargas (doing something else)
2011/06/03 18:47:42
Done.
|
| '../net/net.gyp:http_server', |
| 'theme_resources', |
| 'theme_resources_standard', |
| @@ -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', |