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

Side by Side Diff: chromecast/browser/DEPS

Issue 1907263003: media: Set MediaClientAndroid in the GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/common/chrome_media_client_android.cc ('k') | chromecast/browser/media/BUILD.gn » ('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 # chromecast/browser/ is the top-level main directory for the Chromecast 2 # chromecast/browser/ is the top-level main directory for the Chromecast
3 # embedder and can include from all other chromecast/ directories. 3 # embedder and can include from all other chromecast/ directories.
4 "+cc/base/switches.h", 4 "+cc/base/switches.h",
5 "+chromecast", 5 "+chromecast",
6 "+components/cdm/browser", 6 "+components/cdm/common",
7 "+components/crash", 7 "+components/crash",
8 "+components/devtools_discovery", 8 "+components/devtools_discovery",
9 "+components/devtools_http_handler", 9 "+components/devtools_http_handler",
10 "+components/external_video_surface", 10 "+components/external_video_surface",
11 "+components/network_hints/browser", 11 "+components/network_hints/browser",
12 "+components/prefs", 12 "+components/prefs",
13 "+content/public/browser", 13 "+content/public/browser",
14 "+gin/v8_initializer.h", 14 "+gin/v8_initializer.h",
15 "+gpu/command_buffer/service/gpu_switches.h", 15 "+gpu/command_buffer/service/gpu_switches.h",
16 "+media/audio", 16 "+media/audio",
17 "+media/base", 17 "+media/base",
18 "+media/mojo", 18 "+media/mojo",
19 "+services/shell/public", 19 "+services/shell/public",
20 "+ui/ozone/platform/cast/overlay_manager_cast.h", 20 "+ui/ozone/platform/cast/overlay_manager_cast.h",
21 ] 21 ]
OLDNEW
« no previous file with comments | « chrome/common/chrome_media_client_android.cc ('k') | chromecast/browser/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698