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

Side by Side Diff: content/common/DEPS

Issue 16424008: move webkit/glue/fling_* to webkit/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android 5 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 "+media/audio", 3 "+media/audio",
4 "+media/base", 4 "+media/base",
5 "-webkit/browser", 5 "-webkit/browser",
6 "-webkit/child",
6 "-webkit/renderer", 7 "-webkit/renderer",
7 ] 8 ]
8 9
9 specific_include_rules = { 10 specific_include_rules = {
10 # Java bridge code passes NPAPI types to the browser process. Crazy! 11 # Java bridge code passes NPAPI types to the browser process. Crazy!
11 "java_bridge_messages\.h": [ 12 "java_bridge_messages\.h": [
12 "+content/child" 13 "+content/child"
13 ] 14 ]
14 } 15 }
OLDNEW
« no previous file with comments | « content/child/android/child_jni_registrar.cc ('k') | content/common/android/common_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698