| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 8298e064d4f8a28e166a7edc0f475159ebf6ab07..0dbf7fb5edb4dff86a51be684d6967cac5865cdc 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -405,6 +405,7 @@
|
| '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../ipc/ipc.gyp:ipc',
|
| '../net/net.gyp:net',
|
| + '../net/net.gyp:net_resources',
|
| '../skia/skia.gyp:skia',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| @@ -438,6 +439,8 @@
|
| 'common/extensions/user_script.h',
|
| 'common/gfx/utils.h',
|
| 'common/net/dns.h',
|
| + 'common/net/net_resource_provider.cc',
|
| + 'common/net/net_resource_provider.h',
|
| 'common/net/url_request_intercept_job.cc',
|
| 'common/net/url_request_intercept_job.h',
|
| 'common/web_resource/web_resource_unpacker.cc',
|
| @@ -672,7 +675,6 @@
|
| '../app/app.gyp:app_resources',
|
| '../app/app.gyp:app_strings',
|
| '../media/media.gyp:media',
|
| - '../net/net.gyp:net_resources',
|
| '../printing/printing.gyp:printing',
|
| '../skia/skia.gyp:skia',
|
| '../third_party/bzip2/bzip2.gyp:bzip2',
|
|
|