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

Side by Side Diff: media/gpu/DEPS

Issue 1882373004: Migrate content/common/gpu/media code to media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix several more bot-identified build issues Created 4 years, 8 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 include_rules = [ 2 include_rules = [
2 "+media", 3 "+third_party/angle",
3 "+third_party/libva", 4 "+third_party/libva",
4 "+third_party/libyuv", 5 "+third_party/libyuv",
6 "+third_party/v4l-utils",
5 "+ui/display/chromeos", 7 "+ui/display/chromeos",
6 "+ui/display/types", 8 "+ui/display/types",
7 "+ui/platform_window", 9 "+ui/platform_window",
8 "+third_party/v4l-utils", 10
11 # media/gpu is not part of "media" target and should not use MEDIA_EXPORT.
12 "-media/base/media_export.h"
9 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698