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

Side by Side Diff: base/prefs/DEPS

Issue 11243002: Move the bits of Prefs where production code has only trivially easy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sort headers Created 8 years, 2 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 | « DEPS ('k') | base/prefs/README » ('j') | base/prefs/README » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 # Will move to base/
3 "+chrome/common/important_file_writer.h",
4 ]
5
6 specific_include_rules = {
7 '.*_[a-z]+test\.cc': [
8 "!chrome/common/chrome_notification_types.h",
9 "!chrome/common/chrome_paths.h",
10 "!chrome/common/important_file_writer.h",
11 "!chrome/common/pref_names.h",
12 "!chrome/test/base/testing_pref_service.h",
13 "!content/public/browser/notification_details.h",
14 "!content/public/browser/notification_source.h",
15 "!content/public/browser/notification_types.h",
16 "!content/public/test/mock_notification_observer.h",
17 ],
18 }
OLDNEW
« no previous file with comments | « DEPS ('k') | base/prefs/README » ('j') | base/prefs/README » ('J')

Powered by Google App Engine
This is Rietveld 408576698