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

Side by Side Diff: content/common/DEPS

Issue 138753004: Cast: IPC glue between cast library transport and encoders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: works Created 6 years, 10 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+media/audio", 2 "+media/audio",
3 "+media/base", 3 "+media/base",
4 "+media/cast",
4 "-webkit/browser", 5 "-webkit/browser",
5 "-webkit/child", 6 "-webkit/child",
6 "-webkit/renderer", 7 "-webkit/renderer",
7 8
8 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 9 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249
9 "!webkit/child/websocketstreamhandle_impl.h", 10 "!webkit/child/websocketstreamhandle_impl.h",
10 11
11 # No inclusion of WebKit from the browser, other than strictly enum/POD, 12 # No inclusion of WebKit from the browser, other than strictly enum/POD,
12 # header-only types, and some selected common code. 13 # header-only types, and some selected common code.
13 "-third_party/WebKit", 14 "-third_party/WebKit",
(...skipping 30 matching lines...) Expand all
44 "+third_party/WebKit/public/web/WebTextDirection.h", 45 "+third_party/WebKit/public/web/WebTextDirection.h",
45 "+third_party/WebKit/public/web/WebWindowFeatures.h", 46 "+third_party/WebKit/public/web/WebWindowFeatures.h",
46 ] 47 ]
47 48
48 specific_include_rules = { 49 specific_include_rules = {
49 # Java bridge code passes NPAPI types to the browser process. Crazy! 50 # Java bridge code passes NPAPI types to the browser process. Crazy!
50 "java_bridge_messages\.h": [ 51 "java_bridge_messages\.h": [
51 "+content/child" 52 "+content/child"
52 ] 53 ]
53 } 54 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698