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

Unified Diff: chrome/browser/ui/DEPS

Issue 1974153002: Add an experiment for the default browser infobar on Windows 10 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Specific include rule for unittests 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: chrome/browser/ui/DEPS
diff --git a/chrome/browser/ui/DEPS b/chrome/browser/ui/DEPS
index c98d40c40cd91d38a8f7a49e12dfc54f23109517..a9d20a33f857ac8a15a5db11945f7a250f95076a 100644
--- a/chrome/browser/ui/DEPS
+++ b/chrome/browser/ui/DEPS
@@ -8,3 +8,9 @@ include_rules = [
"+components/version_ui",
"-chrome/browser/ui/views",
]
+specific_include_rules = {
+ # Could also be "startup/default_browser_infobar_delegate_unittest\.cc"
+ ".*_unittest\.cc": [
+ "+chrome/browser/ui/views",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698