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

Side by Side Diff: base/prefs/DEPS

Issue 11227026: Move ImportantFileWriter to base/. It now has two consumers, base/prefs and chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Win build for real. 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 | « base/files/important_file_writer_unittest.cc ('k') | base/prefs/json_pref_store.h » ('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 = [
2 # Will move to base/
3 "+chrome/common/important_file_writer.h",
4 ]
5
6 specific_include_rules = { 1 specific_include_rules = {
7 '.*_[a-z]+test\.cc': [ 2 '.*_[a-z]+test\.cc': [
8 "!chrome/common/chrome_notification_types.h", 3 "!chrome/common/chrome_notification_types.h",
9 "!chrome/common/chrome_paths.h", 4 "!chrome/common/chrome_paths.h",
10 "!chrome/common/important_file_writer.h", 5 "!chrome/common/important_file_writer.h",
11 "!chrome/common/pref_names.h", 6 "!chrome/common/pref_names.h",
12 "!chrome/test/base/testing_pref_service.h", 7 "!chrome/test/base/testing_pref_service.h",
13 "!content/public/browser/notification_details.h", 8 "!content/public/browser/notification_details.h",
14 "!content/public/browser/notification_source.h", 9 "!content/public/browser/notification_source.h",
15 "!content/public/browser/notification_types.h", 10 "!content/public/browser/notification_types.h",
16 "!content/public/test/mock_notification_observer.h", 11 "!content/public/test/mock_notification_observer.h",
17 ], 12 ],
18 } 13 }
OLDNEW
« no previous file with comments | « base/files/important_file_writer_unittest.cc ('k') | base/prefs/json_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698