| Index: chrome/browser/DEPS
|
| diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
|
| index 26e5f878246b9abeb2a81f13c3f405be9a7d1906..c362300e257aea6d1d222298fa60743258996fff 100644
|
| --- a/chrome/browser/DEPS
|
| +++ b/chrome/browser/DEPS
|
| @@ -88,6 +88,10 @@ include_rules = [
|
| # sending synchronous IPC messages on non-UI threads.
|
| "-ipc/ipc_sync_message_filter.h",
|
|
|
| + # Allows in-process use of NetworkService for URLRequestContext configuration.
|
| + # Should be removed once the actual network service ships.
|
| + "+content/public/network",
|
| +
|
| # Other libraries.
|
| "+libxml",
|
| "+third_party/google_toolbox_for_mac/src",
|
|
|