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

Unified Diff: content/DEPS

Issue 1890453002: [Refactor] Replace static casts to WebContentsImpl with member function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged after Rebase of 1652483002 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
« no previous file with comments | « no previous file | content/browser/site_per_process_browsertest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/DEPS
diff --git a/content/DEPS b/content/DEPS
index 05183285206293e9cc4d31eb5640694ab98aa22f..f5efa16c8c09fdeda886759ea9b82585f8013aca 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)": [
"+content/shell/browser",
"+content/shell/common",
],
« no previous file with comments | « no previous file | content/browser/site_per_process_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698