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

Side by Side Diff: gpu/ipc/common/OWNERS

Issue 2717233003: gpu: Use mojom API for getting video memory usage. (Closed)
Patch Set: . Created 3 years, 9 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 | « gpu/ipc/common/BUILD.gn ('k') | gpu/ipc/common/memory_stats.mojom » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Changes to IPCs require a security review to avoid introducing 1 # Changes to IPCs require a security review to avoid introducing
2 # new sandbox escapes. 2 # new sandbox escapes.
3 set noparent 3 set noparent
4 file://ipc/SECURITY_OWNERS 4 file://ipc/SECURITY_OWNERS
5 5
6 # The following lines are redundant, they're just to silence the presubmit 6 # The following lines are redundant, they're just to silence the presubmit
7 per-file *_messages*.h=set noparent 7 per-file *_messages*.h=set noparent
8 per-file *_messages*.h=file://ipc/SECURITY_OWNERS 8 per-file *_messages*.h=file://ipc/SECURITY_OWNERS
9 per-file *.mojom=set noparent 9 per-file *.mojom=set noparent
10 per-file *.mojom=file://ipc/SECURITY_OWNERS 10 per-file *.mojom=file://ipc/SECURITY_OWNERS
11 per-file *_param_traits*.*=set noparent 11 per-file *_param_traits*.*=set noparent
12 per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS 12 per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS
13 per-file *_struct_traits*.*=set noparent 13 per-file *_struct_traits*.*=set noparent
14 per-file *_struct_traits*.*=file://ipc/SECURITY_OWNERS 14 per-file *_struct_traits*.*=file://ipc/SECURITY_OWNERS
15 per-file *.typemap=set noparent
16 per-file *.typemap=file://ipc/SECURITY_OWNERS
OLDNEW
« no previous file with comments | « gpu/ipc/common/BUILD.gn ('k') | gpu/ipc/common/memory_stats.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698