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

Side by Side Diff: content/renderer/DEPS

Issue 116293005: Refactor content/ to use ui::AXNodeData instead of blink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Get rid of typedefs in browser_accessibility.cc, rebase Created 6 years, 11 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 "+content/public/renderer", 2 "+content/public/renderer",
3 "+content/child", 3 "+content/child",
4 "+gin", 4 "+gin",
5 "+jingle/glue", 5 "+jingle/glue",
6 "+media", # For audio input/output and audio/video decoding. 6 "+media", # For audio input/output and audio/video decoding.
7 "+third_party/hyphen/hyphen.h", 7 "+third_party/hyphen/hyphen.h",
8 "+third_party/libjingle", 8 "+third_party/libjingle",
9 "+third_party/mach_override", 9 "+third_party/mach_override",
10 "+third_party/tcmalloc", 10 "+third_party/tcmalloc",
11 "+ui/accessibility",
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