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

Side by Side Diff: content/renderer/DEPS

Issue 140763008: Add a UMA stat to track if the Browser blacklist is Set on the Renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add to test 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 "+chrome_elf",
jamesr 2014/02/07 05:40:18 not lgtm on this part in particular. content/ shou
2 "+content/public/renderer", 3 "+content/public/renderer",
3 "+content/child", 4 "+content/child",
4 "+gin", 5 "+gin",
5 "+jingle/glue", 6 "+jingle/glue",
6 "+media", # For audio input/output and audio/video decoding. 7 "+media", # For audio input/output and audio/video decoding.
7 "+third_party/hyphen/hyphen.h", 8 "+third_party/hyphen/hyphen.h",
8 "+third_party/libjingle", 9 "+third_party/libjingle",
9 "+third_party/mach_override", 10 "+third_party/mach_override",
10 "+third_party/tcmalloc", 11 "+third_party/tcmalloc",
11 "+v8/include", 12 "+v8/include",
12 "+v8/src/third_party/vtune", 13 "+v8/src/third_party/vtune",
13 "-webkit/browser", 14 "-webkit/browser",
14 ] 15 ]
15 16
16 specific_include_rules = { 17 specific_include_rules = {
17 '.*_[a-z]*browsertest.*': [ 18 '.*_[a-z]*browsertest.*': [
18 "+content/public/browser", 19 "+content/public/browser",
19 "+content/shell", 20 "+content/shell",
20 ], 21 ],
21 } 22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698