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

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: Swapped-out filtering via ContentClient interface - no layering violation this way. 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/common/DEPS
diff --git a/content/common/DEPS b/content/common/DEPS
index e3623a705fc5078f45b789bfaf94459a1a4ab86f..caf3f5d1ead0338072edd306cdef773a92363cbb 100644
--- a/content/common/DEPS
+++ b/content/common/DEPS
@@ -65,10 +65,3 @@ include_rules = [
"+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
"+third_party/WebKit/public/web/win/WebFontRendering.h"
]
-
-specific_include_rules = {
-# Java bridge code passes NPAPI types to the browser process. Crazy!
- "java_bridge_messages\.h": [
- "+content/child"
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698