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

Unified Diff: content/common/DEPS

Issue 15047014: Move child-common classes to content/common_child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac and win builds Created 7 years, 7 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 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"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698