| Index: net/DEPS
|
| diff --git a/net/DEPS b/net/DEPS
|
| index dc5c1b93b50baeabb8715351729f73d5522bdb10..f916d6e9cbf0a914a4b0d6c6fff8d7b412f8f285 100644
|
| --- a/net/DEPS
|
| +++ b/net/DEPS
|
| @@ -4,6 +4,7 @@ include_rules = [
|
| "+jni",
|
| "+third_party/apple_apsl",
|
| "+third_party/libevent",
|
| + "+third_party/mojo/src/mojo/public",
|
| "+third_party/nss",
|
| "+third_party/zlib",
|
| "+sdch/open-vcdiff",
|
| @@ -50,6 +51,10 @@ specific_include_rules = {
|
| "ftp_directory_listing_parser\.cc": [
|
| "+base/i18n",
|
| ],
|
| +
|
| + "run_all_unittests\.cc": [
|
| + "+third_party/mojo/src/mojo/edk",
|
| + ],
|
| }
|
|
|
| skip_child_includes = [
|
|
|