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

Side by Side Diff: content/common/DEPS

Issue 141163002: Make PrerenderTracker's resource_throttle_io_thread_map_ use RenderFrame IDs instead of RenderView … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: simplify code 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 "+media/audio", 2 "+media/audio",
3 "+media/base", 3 "+media/base",
4 "-webkit/browser", 4 "-webkit/browser",
5 "-webkit/child", 5 "-webkit/child",
6 "-webkit/renderer", 6 "-webkit/renderer",
7 7
8 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 8 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249
9 "!webkit/child/websocketstreamhandle_impl.h", 9 "!webkit/child/websocketstreamhandle_impl.h",
10 10
(...skipping 19 matching lines...) Expand all
30 "+third_party/WebKit/public/platform/linux/WebFontFamily.h", 30 "+third_party/WebKit/public/platform/linux/WebFontFamily.h",
31 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", 31 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
32 "+third_party/WebKit/public/web/WebAXEnums.h", 32 "+third_party/WebKit/public/web/WebAXEnums.h",
33 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 33 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
34 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 34 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
35 "+third_party/WebKit/public/web/WebDragOperation.h", 35 "+third_party/WebKit/public/web/WebDragOperation.h",
36 "+third_party/WebKit/public/web/WebDragStatus.h", 36 "+third_party/WebKit/public/web/WebDragStatus.h",
37 "+third_party/WebKit/public/web/WebFindOptions.h", 37 "+third_party/WebKit/public/web/WebFindOptions.h",
38 "+third_party/WebKit/public/web/WebInputEvent.h", 38 "+third_party/WebKit/public/web/WebInputEvent.h",
39 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 39 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
40 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
40 "+third_party/WebKit/public/web/WebPluginAction.h", 41 "+third_party/WebKit/public/web/WebPluginAction.h",
41 "+third_party/WebKit/public/web/WebPopupType.h", 42 "+third_party/WebKit/public/web/WebPopupType.h",
42 "+third_party/WebKit/public/web/WebTextDirection.h", 43 "+third_party/WebKit/public/web/WebTextDirection.h",
43 "+third_party/WebKit/public/web/WebWindowFeatures.h", 44 "+third_party/WebKit/public/web/WebWindowFeatures.h",
44 ] 45 ]
45 46
46 specific_include_rules = { 47 specific_include_rules = {
47 # Java bridge code passes NPAPI types to the browser process. Crazy! 48 # Java bridge code passes NPAPI types to the browser process. Crazy!
48 "java_bridge_messages\.h": [ 49 "java_bridge_messages\.h": [
49 "+content/child" 50 "+content/child"
50 ] 51 ]
51 } 52 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698