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

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: Added Missing Files and Fixed Some Errors Created 4 years, 9 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 55a5fe1816761eeb5a1083597437a8661d46b4b3..f233d4d472eca01800fe5de38d7736964c45c08e 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -115,7 +115,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)": [
EhsanK 2016/03/30 20:46:04 I had to add this so that I can call shell->web_co
Charlie Reis 2016/03/30 21:52:47 This seems fine-- it's in the same spirit as the r
EhsanK 2016/03/30 23:36:33 Acknowledged.
"+content/shell/browser",
"+content/shell/common",
],

Powered by Google App Engine
This is Rietveld 408576698