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

Side by Side Diff: media/gpu/DEPS

Issue 2540313002: Split //ui/display and create //ui/display/manager. (Closed)
Patch Set: Cleanup export header. Created 4 years 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 | « media/gpu/BUILD.gn ('k') | media/gpu/rendering_helper.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "+third_party/angle", 3 "+third_party/angle",
4 "+third_party/libva", 4 "+third_party/libva",
5 "+third_party/libyuv", 5 "+third_party/libyuv",
6 "+third_party/v4l-utils", 6 "+third_party/v4l-utils",
7 "+third_party/webrtc/common_video", 7 "+third_party/webrtc/common_video",
8 "+third_party/webrtc/system_wrappers", 8 "+third_party/webrtc/system_wrappers",
9 "+ui/display/chromeos", 9 "+ui/display/manager/chromeos",
10 "+ui/display/types", 10 "+ui/display/types",
11 "+ui/platform_window", 11 "+ui/platform_window",
12 12
13 # media/gpu is not part of "media" target and should not use MEDIA_EXPORT. 13 # media/gpu is not part of "media" target and should not use MEDIA_EXPORT.
14 "-media/base/media_export.h" 14 "-media/base/media_export.h"
15 ] 15 ]
OLDNEW
« no previous file with comments | « media/gpu/BUILD.gn ('k') | media/gpu/rendering_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698