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

Unified Diff: content/DEPS

Issue 1652483002: Browser Side Text Input State Tracking for OOPIF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged Created 4 years, 8 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: content/DEPS
diff --git a/content/DEPS b/content/DEPS
index 531e5edaa5951aefa5a797c05d2e9f2e27b9f292..1d6f952b9ba7fde072427e6cb6236ec54110e767 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -114,7 +114,7 @@ include_rules = [
# content -> content/shell dependency is not allowed, except for browser tests.
specific_include_rules = {
- ".*_browsertest[a-z_]*\.cc": [
+ ".*_browsertest[a-z_]*\.(cc|h)": [
"+content/shell/browser",
"+content/shell/common",
],

Powered by Google App Engine
This is Rietveld 408576698