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

Side by Side Diff: chrome/gpu/DEPS

Issue 2892863002: ArcBridge: Add VideoEncodeAccelerator implementation. (Closed)
Patch Set: add missing public_dep to the typemap file. Created 3 years, 5 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/gpu/BUILD.gn ('k') | chrome/gpu/chrome_content_gpu_client.h » ('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 "+chrome/common", 2 "+chrome/common",
3 "+components/arc/common", 3 "+components/arc/common",
4 "+components/arc/video_accelerator", 4 "+components/arc/video_accelerator",
5 "+components/metrics", 5 "+components/metrics",
6 "+content/public/child", 6 "+content/public/child",
7 "+content/public/gpu", 7 "+content/public/gpu",
8 "+media/video", 8 "+media/video",
9 "+media/base/video_frame.h", 9 "+media/base/video_frame.h",
10 "+media/base/video_types.h",
10 "+media/gpu", 11 "+media/gpu",
11 "+mojo/edk/embedder", 12 "+mojo/edk/embedder",
12 "+services/service_manager/public/cpp", 13 "+services/service_manager/public/cpp",
13 ] 14 ]
OLDNEW
« no previous file with comments | « chrome/gpu/BUILD.gn ('k') | chrome/gpu/chrome_content_gpu_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698