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

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

Issue 12255007: Split pref_service_unittest into generic vs. Chrome-specific parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 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/chrome_pref_service_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 "-content",
3 ]
4
5 specific_include_rules = {
6 "chrome_pref_service_factory.*|pref_service_(unittest|mock|syncable).*|browser _prefs.*": [
7 "+content/public/browser/browser_thread.h",
8 "+content/public/browser/browser_context.h",
9 "+content/public/browser/render_process_host.h",
10 "+content/public/test",
11 ],
12 "pref_value_store.*|pref_service(_simple)?\..*": [
13 "-chrome/browser/prefs/pref_model_associator.h",
14 ]
15 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/prefs/chrome_pref_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698