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

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

Issue 970023002: Moved gpu factories to media/renderers/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed mojo webmediaplayer_factory.cc Created 5 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
« no previous file with comments | « no previous file | content/public/renderer/video_encode_accelerator.cc » ('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 "+content/public/child", 2 "+content/public/child",
3 "+media/base", 3 "+media/base",
4 "+media/filters", 4 "+media/renderers",
5 "+media/video", 5 "+media/video",
6 "+v8/include/v8.h", 6 "+v8/include/v8.h",
7 ] 7 ]
8 8
9 specific_include_rules = { 9 specific_include_rules = {
10 ".*\.cc": [ 10 ".*\.cc": [
11 "+content/common", 11 "+content/common",
12 "+content/renderer", 12 "+content/renderer",
13 ], 13 ],
14 } 14 }
OLDNEW
« no previous file with comments | « no previous file | content/public/renderer/video_encode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698