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

Unified Diff: base/DEPS

Issue 224713017: Remove IPC dependency from base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit tests Created 6 years, 8 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 | « no previous file | base/metrics/stats_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/DEPS
diff --git a/base/DEPS b/base/DEPS
index 7e5283f41935b483330f6dafd7e806dab497afdf..648a5737dedaba14c389578d118bc4ddcc36c7fa 100644
--- a/base/DEPS
+++ b/base/DEPS
@@ -10,6 +10,9 @@ include_rules = [
"+third_party/modp_b64",
"+third_party/tcmalloc",
+ # IPC is implicitly brought in from the root, and we don't want it.
+ "-ipc",
+
# ICU dependendencies must be separate from the rest of base.
"-i18n",
]
« no previous file with comments | « no previous file | base/metrics/stats_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698