Index: content/common/DEPS |
diff --git a/content/common/DEPS b/content/common/DEPS |
index 748b21777cbe6714cf8ba69df0f3262c79e8cb64..11a3ffc1db9acf9d0a3d779421820202b7aac7e1 100644 |
--- a/content/common/DEPS |
+++ b/content/common/DEPS |
@@ -6,3 +6,10 @@ include_rules = [ |
"-webkit/browser", |
"-webkit/renderer", |
] |
+ |
+specific_include_rules = { |
+# Java bridge code passes NPAPI types to the browser process. Crazy! |
Jói
2013/05/20 20:55:26
indent +2
|
+ "java_bridge_messages\.h": [ |
+ "+content/common_child" |
+ ] |
+} |