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

Side by Side Diff: content/common/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 "+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/child",
7 "-webkit/renderer", 7 "-webkit/renderer",
8 "+ui/accessibility",
8 9
9 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 10 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249
10 "!webkit/child/websocketstreamhandle_impl.h", 11 "!webkit/child/websocketstreamhandle_impl.h",
11 12
12 # No inclusion of WebKit from the browser, other than strictly enum/POD, 13 # No inclusion of WebKit from the browser, other than strictly enum/POD,
13 # header-only types, and some selected common code. 14 # header-only types, and some selected common code.
14 "-third_party/WebKit", 15 "-third_party/WebKit",
15 "+third_party/WebKit/public/platform/WebCString.h", 16 "+third_party/WebKit/public/platform/WebCString.h",
16 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", 17 "+third_party/WebKit/public/platform/WebDeviceMotionData.h",
17 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", 18 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h",
(...skipping 25 matching lines...) Expand all
43 "+third_party/WebKit/public/web/WebTextDirection.h", 44 "+third_party/WebKit/public/web/WebTextDirection.h",
44 "+third_party/WebKit/public/web/WebWindowFeatures.h", 45 "+third_party/WebKit/public/web/WebWindowFeatures.h",
45 ] 46 ]
46 47
47 specific_include_rules = { 48 specific_include_rules = {
48 # Java bridge code passes NPAPI types to the browser process. Crazy! 49 # Java bridge code passes NPAPI types to the browser process. Crazy!
49 "java_bridge_messages\.h": [ 50 "java_bridge_messages\.h": [
50 "+content/child" 51 "+content/child"
51 ] 52 ]
52 } 53 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698