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

Unified Diff: extensions/browser/DEPS

Issue 461273003: Rework ExtensionApiUnittest to run in extensions_unittests, removing its Chrome dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: content_plugin Created 6 years, 4 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
Index: extensions/browser/DEPS
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS
index 9fd9b42c3eb48842074b8156b1cfbf073710407d..79a68105473fd8e64ec495a57d8371963f434bab 100644
--- a/extensions/browser/DEPS
+++ b/extensions/browser/DEPS
@@ -12,3 +12,9 @@ include_rules = [
"+third_party/WebKit/public/web/WebInputEvent.h",
"+webkit/browser/fileapi",
]
+
+specific_include_rules = {
+ ".*test\.cc$": [
+ "+components/user_prefs",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698