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

Side by Side Diff: webkit/glue/DEPS

Issue 8588024: Migrate media DEPS from webkit/glue/ to webkit/media/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | webkit/media/DEPS » ('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",
4 "+skia/ext", 3 "+skia/ext",
5 "+skia/include", 4 "+skia/include",
6 "+ui", 5 "+ui",
7 "+webkit/tools/test_shell", # Needed for test shell tests. 6 "+webkit/tools/test_shell", # Needed for test shell tests.
8 7
9 # This is not actually a directory, but npruntime_util.cc includes a file 8 # This is not actually a directory, but npruntime_util.cc includes a file
10 # from WebKit starting with this path in JSCore mode. 9 # from WebKit starting with this path in JSCore mode.
11 "+bindings/c", 10 "+bindings/c",
12 ] 11 ]
OLDNEW
« no previous file with comments | « no previous file | webkit/media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698