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

Side by Side Diff: content/public/renderer/DEPS

Issue 246033002: Store SupportedCodecs in KeySystemInfo and KeySystems. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Android build. Created 6 years, 8 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/cdm",
ddorwin 2014/04/22 21:24:41 Can and should we put encrypted_media_codecs.h in
xhwang 2014/04/23 17:29:14 Done.
2 "+media/filters", 3 "+media/filters",
3 "+media/video", 4 "+media/video",
4 "+v8/include/v8.h", 5 "+v8/include/v8.h",
5 ] 6 ]
6 7
7 specific_include_rules = { 8 specific_include_rules = {
8 ".*\.cc": [ 9 ".*\.cc": [
9 "+content/common", 10 "+content/common",
10 "+content/renderer", 11 "+content/renderer",
11 ], 12 ],
12 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698