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

Side by Side Diff: chrome/browser/prefs/DEPS

Issue 11345008: Remove content::NotificationObserver dependency from most Prefs code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 8 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 include_rules = [
2 "-content",
3 ]
4
5 specific_include_rules = {
6 "pref_service.*|browser_prefs.*": [
7 "+content/public/browser/browser_thread.h",
8 "+content/public/browser/render_process_host.h",
9 "+content/public/test",
10 ],
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698