Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: net/DEPS

Issue 892393005: Implement browser-side host resolver Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-pac-interfaces
Patch Set: Change static_library to source_set. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/BUILD.gn ('k') | net/dns/mojo_host_resolver_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « net/BUILD.gn ('k') | net/dns/mojo_host_resolver_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698