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

Unified 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: Address review comments, fix gypi problem 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | base/prefs/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/DEPS
diff --git a/base/prefs/DEPS b/base/prefs/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..ab1b3368a7399f06e9385a0a313a546acbfc4105
--- /dev/null
+++ b/base/prefs/DEPS
@@ -0,0 +1,18 @@
+include_rules = [
+ # Will move to base/
+ "+chrome/common/important_file_writer.h",
+]
+
+specific_include_rules = {
+ '.*_[a-z]+test\.cc': [
+ "!chrome/common/chrome_notification_types.h",
+ "!chrome/common/chrome_paths.h",
+ "!chrome/common/important_file_writer.h",
+ "!chrome/common/pref_names.h",
+ "!chrome/test/base/testing_pref_service.h",
+ "!content/public/browser/notification_details.h",
+ "!content/public/browser/notification_source.h",
+ "!content/public/browser/notification_types.h",
+ "!content/public/test/mock_notification_observer.h",
+ ],
+}
« no previous file with comments | « DEPS ('k') | base/prefs/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698