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

Unified Diff: content/common/DEPS

Issue 1777503003: More strict restrictions for content -> content/shell dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a pointer to the "swapped out" bug. 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 | « content/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/DEPS
diff --git a/content/common/DEPS b/content/common/DEPS
index 89bdfb6c05a6a35b17abefe804a7f104f520c4d0..f2e00f19aff1f6cfb6be09012ad34781689ebf08 100644
--- a/content/common/DEPS
+++ b/content/common/DEPS
@@ -66,8 +66,13 @@ include_rules = [
]
specific_include_rules = {
-# Java bridge code passes NPAPI types to the browser process. Crazy!
+ # Java bridge code passes NPAPI types to the browser process. Crazy!
"java_bridge_messages\.h": [
jochen (gone - plz use gerrit) 2016/03/09 14:57:19 that file doesn't exist anymore, right?
Łukasz Anforowicz 2016/03/09 21:47:42 Done - removed. buildtools/checkdeps/checkdeps.py
"+content/child"
+ ],
+
+ # TODO(nasko): https://crbug.com/357747: Should remove swapped out altogether.
jochen (gone - plz use gerrit) 2016/03/09 14:57:19 the CL that introduced this fixes a single layout
Łukasz Anforowicz 2016/03/09 21:47:42 I'd rather leave this here - currently (now that w
Łukasz Anforowicz 2016/03/22 17:29:31 Done - it turns out that there already is a public
+ "swapped_out_messages\.cc": [
+ "+content/shell/common/shell_messages.h"
]
}
« no previous file with comments | « content/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698