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

Unified Diff: content/DEPS

Issue 1821243002: Fix content/common depending on content/shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | content/common/swapped_out_messages.cc » ('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 b7cda8593eaef5d064b454078771a96f7d616786..02ebe8976ce88db0cb9aa9d8b6b05068715029e2 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -10,7 +10,6 @@ include_rules = [
"+content/grit",
"+content/public/common",
"+content/public/test",
- "+content/shell", # for content_browsertests
"+content/test",
"+blink",
@@ -112,3 +111,9 @@ include_rules = [
# For generated JNI includes.
"+jni",
]
+
+specific_include_rules = {
+ ".*browsertest.*\.cc": [
+ "+content/shell", # for content_browsertests
+ ],
+}
« no previous file with comments | « no previous file | content/common/swapped_out_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698