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

Side by Side Diff: content/renderer/DEPS

Issue 1085783002: Replace image_messages.h with Mojo service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 "+cc/blink", 2 "+cc/blink",
3 "+content/public/child", 3 "+content/public/child",
4 "+content/public/renderer", 4 "+content/public/renderer",
5 "+content/child", 5 "+content/child",
6 "+device/battery", # For battery status service. 6 "+device/battery", # For battery status service.
7 "+device/vibration", 7 "+device/vibration",
8 "+gin", 8 "+gin",
9 "+jingle/glue", 9 "+jingle/glue",
10 "+media", # For audio input/output and audio/video decoding. 10 "+media", # For audio input/output and audio/video decoding.
11 "+mojo",
11 "-storage/browser", 12 "-storage/browser",
12 "+third_party/hyphen/hyphen.h", 13 "+third_party/hyphen/hyphen.h",
13 "+third_party/libjingle", 14 "+third_party/libjingle",
14 "+third_party/tcmalloc", 15 "+third_party/tcmalloc",
15 "+v8/include", 16 "+v8/include",
16 "+v8/src/third_party/vtune", 17 "+v8/src/third_party/vtune",
17 ] 18 ]
18 19
19 specific_include_rules = { 20 specific_include_rules = {
20 '.*_[a-z]*browsertest.*': [ 21 '.*_[a-z]*browsertest.*': [
21 "+content/public/browser", 22 "+content/public/browser",
22 "+content/shell", 23 "+content/shell",
23 ], 24 ],
24 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698