| Index: chrome/browser/DEPS
|
| diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
|
| index 9a8a65d628c6dff63cee659df068b398dc55d400..3a9c7de7bb23dd2c2477fde49e84ea6091402db7 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",
|
|
|