Chromium Code Reviews

Unified Diff: components/network_session_configurator/browser/DEPS

Issue 2914893002: Move some of IOThread's command line logic to network_session_configurator. (Closed)
Patch Set: Fix merge Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/network_session_configurator/browser/DEPS
diff --git a/components/network_session_configurator/browser/DEPS b/components/network_session_configurator/browser/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..a03c9b63fe5d9d2f572a57c8b905444137a90d17
--- /dev/null
+++ b/components/network_session_configurator/browser/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ "+base",
+ "+components/network_session_configurator",
+ "+components/variations",
+ "+net",
+]

Powered by Google App Engine