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

Side by Side Diff: chrome/renderer/DEPS

Issue 2873089: media: gpu process ipc video decoder implementation (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: remove mft Created 10 years, 4 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
« no previous file with comments | « chrome/gpu/gpu_video_service.cc ('k') | chrome/renderer/gpu_channel_host.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/plugin", 3 "+chrome/plugin",
4 "+grit", # For generated headers 4 "+grit", # For generated headers
5 "+media/audio", 5 "+media/audio",
6 "+media/base", 6 "+media/base",
7 "+media/ffmpeg",
7 "+media/filters", 8 "+media/filters",
8 "+sandbox/src", 9 "+sandbox/src",
9 "+skia/include", 10 "+skia/include",
10 "+webkit/extensions", 11 "+webkit/extensions",
11 "+webkit/glue", 12 "+webkit/glue",
12 "+webkit/glue/plugins", 13 "+webkit/glue/plugins",
13 "+v8/include", 14 "+v8/include",
14 "+third_party/cld/encodings/compact_lang_det/win", 15 "+third_party/cld/encodings/compact_lang_det/win",
15 "+third_party/npapi/bindings", 16 "+third_party/npapi/bindings",
16 "+third_party/sqlite/preprocessed", 17 "+third_party/sqlite/preprocessed",
17 "+third_party/tcmalloc", 18 "+third_party/tcmalloc",
18 ] 19 ]
19 20
OLDNEW
« no previous file with comments | « chrome/gpu/gpu_video_service.cc ('k') | chrome/renderer/gpu_channel_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698