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

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

Issue 1965273005: Drop unnecessary media deps from content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back //content/DEPS +media Created 4 years, 7 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 | « content/public/gpu/DEPS ('k') | content/public/test/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 "+content/common/media", 2 "+content/common/media",
3 "+content/public/child", 3 "+content/public/child",
4 "+media/base",
5 "+media/gpu/ipc/client",
6 "+media/renderers",
7 "+media/video",
8 "+gin", 4 "+gin",
9 "+v8/include/v8.h", 5 "+v8/include/v8.h",
10 ] 6 ]
11 7
12 specific_include_rules = { 8 specific_include_rules = {
13 ".*\.cc": [ 9 ".*\.cc": [
14 "+content/common", 10 "+content/common",
15 "+content/renderer", 11 "+content/renderer",
16 ], 12 ],
17 } 13 }
OLDNEW
« no previous file with comments | « content/public/gpu/DEPS ('k') | content/public/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698