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

Side by Side Diff: content/common/DEPS

Issue 16328003: Move a bunch of child-only code from content/common to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+cc", 2 "+cc",
3 "+components/tracing",
4 "+media/audio", 3 "+media/audio",
5 "+media/base", 4 "+media/base",
6 "-webkit/browser", 5 "-webkit/browser",
7 "-webkit/renderer", 6 "-webkit/renderer",
8 ] 7 ]
9 8
10 specific_include_rules = { 9 specific_include_rules = {
11 # Java bridge code passes NPAPI types to the browser process. Crazy! 10 # Java bridge code passes NPAPI types to the browser process. Crazy!
12 "java_bridge_messages\.h": [ 11 "java_bridge_messages\.h": [
13 "+content/child" 12 "+content/child"
14 ] 13 ]
15 } 14 }
OLDNEW
« no previous file with comments | « content/child/webmessageportchannel_impl.cc ('k') | content/common/child_histogram_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698