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

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

Issue 11636018: Remove PrefValueStore's dependency on PrefModelAssociator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DEPS Created 7 years, 12 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/prefs/pref_service_syncable.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-content", 2 "-content",
3 ] 3 ]
4 4
5 specific_include_rules = { 5 specific_include_rules = {
6 "(chrome_)?pref_service.*|browser_prefs.*": [ 6 "chrome_pref_service_factory.*|pref_service_(unittest|mock|syncable).*|browser _prefs.*": [
7 "+content/public/browser/browser_thread.h", 7 "+content/public/browser/browser_thread.h",
8 "+content/public/browser/browser_context.h", 8 "+content/public/browser/browser_context.h",
9 "+content/public/browser/render_process_host.h", 9 "+content/public/browser/render_process_host.h",
10 "+content/public/test", 10 "+content/public/test",
11 ], 11 ],
12 "pref_value_store.*|pref_service(_simple)?\..*": [
13 "-chrome/browser/prefs/pref_model_associator.h",
14 ]
12 } 15 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/prefs/pref_service_syncable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698