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

Side by Side Diff: media/gpu/DEPS

Issue 2864603002: Provide callback to create mojo AndroidOverlays to AVDA. (Closed)
Patch Set: fixed deps Created 3 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
OLDNEW
1 # Do NOT add net/ or ui/base without a great reason, they're huge! 1 # Do NOT add net/ or ui/base without a great reason, they're huge!
2 include_rules = [ 2 include_rules = [
3 "+services/service_manager/public/cpp",
3 "+third_party/angle", 4 "+third_party/angle",
4 "+third_party/libva", 5 "+third_party/libva",
5 "+third_party/libyuv", 6 "+third_party/libyuv",
6 "+third_party/v4l-utils", 7 "+third_party/v4l-utils",
7 "+third_party/webrtc/common_video", 8 "+third_party/webrtc/common_video",
8 "+third_party/webrtc/system_wrappers", 9 "+third_party/webrtc/system_wrappers",
9 "+ui/base", 10 "+ui/base",
10 "+ui/display/display_switches.h", 11 "+ui/display/display_switches.h",
11 "+ui/display/manager/chromeos", 12 "+ui/display/manager/chromeos",
12 "+ui/display/types", 13 "+ui/display/types",
13 "+ui/platform_window", 14 "+ui/platform_window",
14 15
15 # media/gpu is not part of "media" target and should not use MEDIA_EXPORT. 16 # media/gpu is not part of "media" target and should not use MEDIA_EXPORT.
16 "-media/base/media_export.h" 17 "-media/base/media_export.h"
17 ] 18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698