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

Unified Diff: chrome/browser/sync/DEPS

Issue 2891923003: chromeos: Tighten DEPS on //ash in //chrome/browser to support mash (Closed)
Patch Set: rebase Created 3 years, 7 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 | « chrome/browser/signin/DEPS ('k') | chrome/browser/ui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/DEPS
diff --git a/chrome/browser/sync/DEPS b/chrome/browser/sync/DEPS
index 88800dc596f6939c680ed4a327435b943688d6f6..a2eaea2420ae731ccd9075d48914dc40bb8bf0ca 100644
--- a/chrome/browser/sync/DEPS
+++ b/chrome/browser/sync/DEPS
@@ -5,3 +5,14 @@ include_rules = [
"+components/sync_wifi",
"+google/cacheinvalidation",
]
+specific_include_rules = {
+ "sync_error_notifier_ash\.cc": [
+ "+ash/system/system_notifier.h",
+ ],
+ "sync_error_notifier_factory_ash\.cc": [
+ "+ash/shell.h",
+ ],
+ ".*_unittest\.cc": [
+ "+ash/test/ash_test_base.h",
+ ]
+}
« no previous file with comments | « chrome/browser/signin/DEPS ('k') | chrome/browser/ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698