-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathOWNERS
More file actions
75 lines (70 loc) · 2.37 KB
/
OWNERS
File metadata and controls
75 lines (70 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Top level owners, if you can, try to look at more targeted OWNERS
cwallez@chromium.org
dneto@google.com
dsinclair@chromium.org
geofflang@chromium.org
jiawei.shao@intel.com
jrprice@google.com
kainino@chromium.org
per-file DEPS=*
per-file .gitignore=*
per-file README.md=file://docs/OWNERS
# Allows approving build rule changes, without giving owners for
# everything
per-file CMake*=rharrison@chromium.org,amaiorano@google.com
per-file BUILD.*=rharrison@chromium.org,amaiorano@google.com
# go.* is only relevant to the Go code under //tools/src/
per-file go.mod=file://tools/OWNERS
per-file go.sum=file://tools/OWNERS
# gitlinks that anyone can update just like DEPS
per-file build=*
per-file buildtools=*
per-file testing=*
per-file third_party/abseil-cpp=*
per-file third_party/angle=*
per-file third_party/catapult=*
per-file third_party/clang-format/script=*
per-file third_party/depot_tools=*
per-file third_party/dxc=*
per-file third_party/dxheaders=*
per-file third_party/emsdk=*
per-file third_party/glfw=*
per-file third_party/glslang/src=*
per-file third_party/google_benchmark/src=*
per-file third_party/googletest=*
per-file third_party/gpuweb=*
per-file third_party/jinja2=*
per-file third_party/jsoncpp=*
per-file third_party/khronos/EGL-Registry=*
per-file third_party/khronos/OpenGL-Registry=*
per-file third_party/langsvr=*
per-file third_party/libc++abi/src=*
per-file third_party/libc++/src=*
per-file third_party/libdrm/src=*
per-file third_party/libFuzzer/src=*
per-file third_party/libprotobuf-mutator/src=*
per-file third_party/llvm-libc/src=*
per-file third_party/markupsafe=*
per-file third_party/node-addon-api=*
per-file third_party/node-api-headers=*
per-file third_party/partition_alloc=*
per-file third_party/protobuf=*
per-file third_party/spirv-headers/src=*
per-file third_party/spirv-tools/src=*
per-file third_party/swiftshader=*
per-file third_party/vulkan-deps=*
per-file third_party/vulkan-headers/src=*
per-file third_party/vulkan-loader/src=*
per-file third_party/vulkan_memory_allocator=*
per-file third_party/vulkan-tools/src=*
per-file third_party/vulkan-utility-libraries/src=*
per-file third_party/vulkan-validation-layers/src=*
per-file third_party/webgpu-cts=*
per-file third_party/webgpu-headers/src=*
per-file third_party/zlib=*
per-file tools/clang=*
per-file tools/mb=*
per-file tools/memory=*
per-file tools/protoc_wrapper=*
per-file tools/valgrind=*
per-file tools/win=*