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

Side by Side Diff: webkit/glue/DEPS

Issue 12713004: Add Chromium-side changes for MediaSource::isTypeSupported() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make DEPS entry stricter Created 7 years, 9 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 | « media/media.gyp ('k') | webkit/glue/simple_webmimeregistry_impl.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 "+gpu", 2 "+gpu",
3 "+media/filters/stream_parser_factory.h",
darin (slow to review) 2013/03/15 21:25:52 is there a reason to be so granular here? why is
acolwell GONE FROM CHROMIUM 2013/03/15 21:34:18 No. It was just the only header this directory nee
3 "+skia/ext", 4 "+skia/ext",
4 "+skia/include", 5 "+skia/include",
5 "+ui", 6 "+ui",
6 "+webkit/tools/test_shell", # Needed for test shell tests. 7 "+webkit/tools/test_shell", # Needed for test shell tests.
7 8
8 "+jni", # Needed for Android's java-generated bindings 9 "+jni", # Needed for Android's java-generated bindings
9 10
10 # This is not actually a directory, but npruntime_util.cc includes a file 11 # This is not actually a directory, but npruntime_util.cc includes a file
11 # from WebKit starting with this path in JSCore mode. 12 # from WebKit starting with this path in JSCore mode.
12 "+bindings/c", 13 "+bindings/c",
13 ] 14 ]
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | webkit/glue/simple_webmimeregistry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698