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

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: 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!
+ "java_bridge_messages\.h": [
+ "+content/common_child"
+ ]
+}
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_win.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698