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

Side by Side Diff: content/public/browser/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/gpu/DEPS ('k') | content/public/common/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 = [
2 "+media/audio" # For AudioManager.
3 ]
4 specific_include_rules = { 1 specific_include_rules = {
5 ".*\.cc": [ 2 ".*\.cc": [
6 "+content/browser", 3 "+content/browser",
7 "-content/browser/loader", 4 "-content/browser/loader",
8 "+media/base", # For CdmFactory.
9 5
10 # TODO: content/browser/loader is being separated out of content, and this 6 # TODO: content/browser/loader is being separated out of content, and this
11 # file will be moved elsewhere. See http://crbug.com/598073. 7 # file will be moved elsewhere. See http://crbug.com/598073.
12 "!content/browser/loader/resource_dispatcher_host_impl.h", 8 "!content/browser/loader/resource_dispatcher_host_impl.h",
13 ], 9 ],
14 } 10 }
OLDNEW
« no previous file with comments | « content/gpu/DEPS ('k') | content/public/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698