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

Unified Diff: extensions/browser/DEPS

Issue 1970613003: Add a new app API to enable watchdog behavior restarts in kiosk apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 4 years, 7 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 b29c812fbb68d74f2e8d6d9517d6fb8279460ab0..c7f7473a250cbec72e694b7db592305011d27815 100644
--- a/extensions/browser/DEPS
+++ b/extensions/browser/DEPS
@@ -31,5 +31,8 @@ include_rules = [
specific_include_rules = {
".*test\.cc$": [
"+components/user_prefs",
+ ],
+ "test_extensions_browser_client.cc": [
+ "+components/user_prefs",
]
}

Powered by Google App Engine
This is Rietveld 408576698