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

Unified Diff: net/DEPS

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch 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/android/javatests/src/org/chromium/net/NetworkChangeNotifierTest.java » ('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/android/javatests/src/org/chromium/net/NetworkChangeNotifierTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698