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

Side by Side Diff: chrome/renderer/DEPS

Issue 20345: The guts of the video renderer logic that relate to timing and queuing of fra... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm ap. 2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm ap.
3 "+chrome/personalization", 3 "+chrome/personalization",
4 "+chrome/plugin", 4 "+chrome/plugin",
5 "+grit", # For generated headers 5 "+grit", # For generated headers
6 "+media/audio", 6 "+media/audio",
7 "+media/base", # For HTML5 media rendering. 7 "+media/base",
8 "+media/filters",
8 "+sandbox/src", 9 "+sandbox/src",
9 "+skia/ext", 10 "+skia/ext",
10 "+skia/include", 11 "+skia/include",
11 "+webkit/default_plugin", 12 "+webkit/default_plugin",
12 "+webkit/glue", 13 "+webkit/glue",
13 "+webkit/glue/plugins", 14 "+webkit/glue/plugins",
14 15
15 # FIXME - refactor code and remove these dependencies 16 # FIXME - refactor code and remove these dependencies
16 "+chrome/browser/net", 17 "+chrome/browser/net",
17 "+chrome/views", 18 "+chrome/views",
18 ] 19 ]
19 20
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/media/video_renderer_impl.h » ('j') | chrome/renderer/media/video_renderer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698