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

Unified Diff: components/update_client/DEPS

Issue 1112623002: Eliminate component/update_client dependency on content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | components/update_client/update_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/DEPS
diff --git a/components/update_client/DEPS b/components/update_client/DEPS
index 7fa716527b183e620b3ca0ed48426c3224c2bd9e..9cb7e781190e250cf587779cd3eb03c71b12d722 100644
--- a/components/update_client/DEPS
+++ b/components/update_client/DEPS
@@ -9,12 +9,3 @@ include_rules = [
"+third_party/libxml",
"+third_party/zlib",
]
-
-# Tests can use things in content.
-# TODO(sorin): refactor to eliminate the dependency on content by using
-# message loops directly.
-specific_include_rules = {
- ".*unittest\.cc": [
- "+content",
- ]
-}
« no previous file with comments | « no previous file | components/update_client/update_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698