diff --git a/DIR_METADATA b/DIR_METADATA new file mode 100644 index 0000000000..72c04a4d91 --- /dev/null +++ b/DIR_METADATA @@ -0,0 +1,12 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript" +} +team_email: "v8-dev@googlegroups.com" \ No newline at end of file diff --git a/OWNERS b/OWNERS index e096d3c950..3698d14dd9 100644 --- a/OWNERS +++ b/OWNERS @@ -27,6 +27,3 @@ per-file *-mips*=file:MIPS_OWNERS per-file *-mips64*=file:MIPS_OWNERS per-file *-ppc*=file:PPC_OWNERS per-file *-s390*=file:S390_OWNERS - -# TEAM: v8-dev@googlegroups.com -# COMPONENT: Blink>JavaScript diff --git a/include/DIR_METADATA b/include/DIR_METADATA new file mode 100644 index 0000000000..a27ea1b53a --- /dev/null +++ b/include/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>API" +} \ No newline at end of file diff --git a/include/OWNERS b/include/OWNERS index 9bb043db7c..19c21fbf52 100644 --- a/include/OWNERS +++ b/include/OWNERS @@ -21,5 +21,3 @@ per-file js_protocol.pdl=pfeldman@chromium.org per-file v8-version.h=file:../INFRA_OWNERS per-file v8-version.h=hablich@chromium.org per-file v8-version.h=vahl@chromium.org - -# COMPONENT: Blink>JavaScript>API diff --git a/src/DIR_METADATA b/src/DIR_METADATA new file mode 100644 index 0000000000..2f8dbbcf45 --- /dev/null +++ b/src/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript" +} \ No newline at end of file diff --git a/src/OWNERS b/src/OWNERS index 3e21b6ea36..e5e3de50a3 100644 --- a/src/OWNERS +++ b/src/OWNERS @@ -1,5 +1,3 @@ per-file *DEPS=file:../COMMON_OWNERS per-file intl-*=file:../INTL_OWNERS per-file *-intl*=file:../INTL_OWNERS - -# COMPONENT: Blink>JavaScript diff --git a/src/api/DIR_METADATA b/src/api/DIR_METADATA new file mode 100644 index 0000000000..a27ea1b53a --- /dev/null +++ b/src/api/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>API" +} \ No newline at end of file diff --git a/src/api/OWNERS b/src/api/OWNERS index 4e36be20e8..519588070b 100644 --- a/src/api/OWNERS +++ b/src/api/OWNERS @@ -6,5 +6,3 @@ leszeks@chromium.org mlippautz@chromium.org mslekova@chromium.org verwaest@chromium.org - -# COMPONENT: Blink>JavaScript>API diff --git a/src/asmjs/DIR_METADATA b/src/asmjs/DIR_METADATA new file mode 100644 index 0000000000..3b428d9660 --- /dev/null +++ b/src/asmjs/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>WebAssembly" +} \ No newline at end of file diff --git a/src/asmjs/OWNERS b/src/asmjs/OWNERS index 16b08f3b3b..c400f97de0 100644 --- a/src/asmjs/OWNERS +++ b/src/asmjs/OWNERS @@ -1,5 +1,3 @@ ahaas@chromium.org clemensb@chromium.org titzer@chromium.org - -# COMPONENT: Blink>JavaScript>WebAssembly diff --git a/src/ast/DIR_METADATA b/src/ast/DIR_METADATA new file mode 100644 index 0000000000..165380ae4f --- /dev/null +++ b/src/ast/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Parser" +} \ No newline at end of file diff --git a/src/ast/OWNERS b/src/ast/OWNERS index 089db4c252..1da57bd30d 100644 --- a/src/ast/OWNERS +++ b/src/ast/OWNERS @@ -6,5 +6,3 @@ littledan@chromium.org marja@chromium.org neis@chromium.org verwaest@chromium.org - -# COMPONENT: Blink>JavaScript>Parser diff --git a/src/base/DIR_METADATA b/src/base/DIR_METADATA new file mode 100644 index 0000000000..2f8dbbcf45 --- /dev/null +++ b/src/base/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript" +} \ No newline at end of file diff --git a/src/base/OWNERS b/src/base/OWNERS index 67dcc1cd98..8fcbc9e047 100644 --- a/src/base/OWNERS +++ b/src/base/OWNERS @@ -1,5 +1,3 @@ clemensb@chromium.org ishell@chromium.org mlippautz@chromium.org - -# COMPONENT: Blink>JavaScript diff --git a/src/base/platform/DIR_METADATA b/src/base/platform/DIR_METADATA new file mode 100644 index 0000000000..2f8dbbcf45 --- /dev/null +++ b/src/base/platform/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript" +} \ No newline at end of file diff --git a/src/base/platform/OWNERS b/src/base/platform/OWNERS index bf5455c9af..782eb7c684 100644 --- a/src/base/platform/OWNERS +++ b/src/base/platform/OWNERS @@ -3,5 +3,3 @@ mlippautz@chromium.org ulan@chromium.org per-file platform-fuchsia.cc=wez@chromium.org - -# COMPONENT: Blink>JavaScript diff --git a/src/builtins/DIR_METADATA b/src/builtins/DIR_METADATA new file mode 100644 index 0000000000..b183b81885 --- /dev/null +++ b/src/builtins/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Runtime" +} \ No newline at end of file diff --git a/src/builtins/OWNERS b/src/builtins/OWNERS index f52e1c9ca8..48d72aea5e 100644 --- a/src/builtins/OWNERS +++ b/src/builtins/OWNERS @@ -1,3 +1 @@ file:../../COMMON_OWNERS - -# COMPONENT: Blink>JavaScript>Runtime diff --git a/src/codegen/DIR_METADATA b/src/codegen/DIR_METADATA new file mode 100644 index 0000000000..fc018666b1 --- /dev/null +++ b/src/codegen/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Compiler" +} \ No newline at end of file diff --git a/src/codegen/OWNERS b/src/codegen/OWNERS index 7b3ad8d1e0..332c1705b5 100644 --- a/src/codegen/OWNERS +++ b/src/codegen/OWNERS @@ -17,5 +17,3 @@ solanes@chromium.org tebbi@chromium.org titzer@chromium.org mythria@chromium.org - -# COMPONENT: Blink>JavaScript>Compiler diff --git a/src/common/DIR_METADATA b/src/common/DIR_METADATA new file mode 100644 index 0000000000..2f8dbbcf45 --- /dev/null +++ b/src/common/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript" +} \ No newline at end of file diff --git a/src/common/OWNERS b/src/common/OWNERS index 4750620072..48d72aea5e 100644 --- a/src/common/OWNERS +++ b/src/common/OWNERS @@ -1,3 +1 @@ file:../../COMMON_OWNERS - -# COMPONENT: Blink>JavaScript diff --git a/src/compiler-dispatcher/DIR_METADATA b/src/compiler-dispatcher/DIR_METADATA new file mode 100644 index 0000000000..fc018666b1 --- /dev/null +++ b/src/compiler-dispatcher/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Compiler" +} \ No newline at end of file diff --git a/src/compiler-dispatcher/OWNERS b/src/compiler-dispatcher/OWNERS index b71c01a305..7bc22f1662 100644 --- a/src/compiler-dispatcher/OWNERS +++ b/src/compiler-dispatcher/OWNERS @@ -2,5 +2,3 @@ ahaas@chromium.org jkummerow@chromium.org leszeks@chromium.org rmcilroy@chromium.org - -# COMPONENT: Blink>JavaScript>Compiler diff --git a/src/compiler/DIR_METADATA b/src/compiler/DIR_METADATA new file mode 100644 index 0000000000..fc018666b1 --- /dev/null +++ b/src/compiler/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Compiler" +} \ No newline at end of file diff --git a/src/compiler/OWNERS b/src/compiler/OWNERS index 9fd19af803..4b657aa47a 100644 --- a/src/compiler/OWNERS +++ b/src/compiler/OWNERS @@ -20,5 +20,3 @@ per-file int64-lowering.*=ahaas@chromium.org per-file simd-scalar-lowering.*=bbudge@chromium.org per-file simd-scalar-lowering.*=gdeepti@chromium.org per-file simd-scalar-lowering.*=zhin@chromium.org - -# COMPONENT: Blink>JavaScript>Compiler diff --git a/src/compiler/backend/DIR_METADATA b/src/compiler/backend/DIR_METADATA new file mode 100644 index 0000000000..fc018666b1 --- /dev/null +++ b/src/compiler/backend/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Compiler" +} \ No newline at end of file diff --git a/src/compiler/backend/OWNERS b/src/compiler/backend/OWNERS index d2b3198471..d55672b606 100644 --- a/src/compiler/backend/OWNERS +++ b/src/compiler/backend/OWNERS @@ -6,5 +6,3 @@ zhin@chromium.org per-file register-allocator*=thibaudm@chromium.org per-file spill-placer*=thibaudm@chromium.org - -# COMPONENT: Blink>JavaScript>Compiler diff --git a/src/date/DIR_METADATA b/src/date/DIR_METADATA new file mode 100644 index 0000000000..b183b81885 --- /dev/null +++ b/src/date/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Runtime" +} \ No newline at end of file diff --git a/src/date/OWNERS b/src/date/OWNERS index 6edeeae0ea..3e6f2b948d 100644 --- a/src/date/OWNERS +++ b/src/date/OWNERS @@ -2,5 +2,3 @@ ishell@chromium.org jshin@chromium.org ulan@chromium.org verwaest@chromium.org - -# COMPONENT: Blink>JavaScript>Runtime diff --git a/src/debug/DIR_METADATA b/src/debug/DIR_METADATA new file mode 100644 index 0000000000..3ba1106a5f --- /dev/null +++ b/src/debug/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Platform>DevTools>JavaScript" +} \ No newline at end of file diff --git a/src/debug/OWNERS b/src/debug/OWNERS index 6c13c38e48..5b93352039 100644 --- a/src/debug/OWNERS +++ b/src/debug/OWNERS @@ -4,5 +4,3 @@ mvstanton@chromium.org szuend@chromium.org verwaest@chromium.org yangguo@chromium.org - -# COMPONENT: Platform>DevTools>JavaScript diff --git a/src/debug/wasm/gdb-server/DIR_METADATA b/src/debug/wasm/gdb-server/DIR_METADATA new file mode 100644 index 0000000000..3b428d9660 --- /dev/null +++ b/src/debug/wasm/gdb-server/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>WebAssembly" +} \ No newline at end of file diff --git a/src/debug/wasm/gdb-server/OWNERS b/src/debug/wasm/gdb-server/OWNERS index 4b8c1919e8..e2c94e8d24 100644 --- a/src/debug/wasm/gdb-server/OWNERS +++ b/src/debug/wasm/gdb-server/OWNERS @@ -1,3 +1 @@ paolosev@microsoft.com - -# COMPONENT: Blink>JavaScript>WebAssembly \ No newline at end of file diff --git a/src/deoptimizer/DIR_METADATA b/src/deoptimizer/DIR_METADATA new file mode 100644 index 0000000000..fc018666b1 --- /dev/null +++ b/src/deoptimizer/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Compiler" +} \ No newline at end of file diff --git a/src/deoptimizer/OWNERS b/src/deoptimizer/OWNERS index e4ff70c640..eae6bba0ae 100644 --- a/src/deoptimizer/OWNERS +++ b/src/deoptimizer/OWNERS @@ -3,5 +3,3 @@ neis@chromium.org nicohartmann@chromium.org sigurds@chromium.org tebbi@chromium.org - -# COMPONENT: Blink>JavaScript>Compiler diff --git a/src/execution/DIR_METADATA b/src/execution/DIR_METADATA new file mode 100644 index 0000000000..b183b81885 --- /dev/null +++ b/src/execution/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Runtime" +} \ No newline at end of file diff --git a/src/execution/OWNERS b/src/execution/OWNERS index ea38b071ed..1e89f1e750 100644 --- a/src/execution/OWNERS +++ b/src/execution/OWNERS @@ -9,5 +9,3 @@ szuend@chromium.org verwaest@chromium.org per-file futex-emulation.*=marja@chromium.org - -# COMPONENT: Blink>JavaScript>Runtime diff --git a/src/handles/DIR_METADATA b/src/handles/DIR_METADATA new file mode 100644 index 0000000000..ff55846b31 --- /dev/null +++ b/src/handles/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>GC" +} \ No newline at end of file diff --git a/src/handles/OWNERS b/src/handles/OWNERS index 75a534ce98..4df0a2548a 100644 --- a/src/handles/OWNERS +++ b/src/handles/OWNERS @@ -3,5 +3,3 @@ ishell@chromium.org jkummerow@chromium.org mlippautz@chromium.org ulan@chromium.org - -# COMPONENT: Blink>JavaScript>GC diff --git a/src/heap/DIR_METADATA b/src/heap/DIR_METADATA new file mode 100644 index 0000000000..ff55846b31 --- /dev/null +++ b/src/heap/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>GC" +} \ No newline at end of file diff --git a/src/heap/OWNERS b/src/heap/OWNERS index 51a6b41416..95beec5ca2 100644 --- a/src/heap/OWNERS +++ b/src/heap/OWNERS @@ -7,5 +7,3 @@ ulan@chromium.org per-file *factory*=leszeks@chromium.org per-file read-only-*=delphick@chromium.org - -# COMPONENT: Blink>JavaScript>GC diff --git a/src/ic/DIR_METADATA b/src/ic/DIR_METADATA new file mode 100644 index 0000000000..b183b81885 --- /dev/null +++ b/src/ic/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Runtime" +} \ No newline at end of file diff --git a/src/ic/OWNERS b/src/ic/OWNERS index 816ddb52c5..5bf39a2df1 100644 --- a/src/ic/OWNERS +++ b/src/ic/OWNERS @@ -4,5 +4,3 @@ jkummerow@chromium.org mvstanton@chromium.org verwaest@chromium.org mythria@chromium.org - -# COMPONENT: Blink>JavaScript>Runtime diff --git a/src/init/DIR_METADATA b/src/init/DIR_METADATA new file mode 100644 index 0000000000..b183b81885 --- /dev/null +++ b/src/init/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Runtime" +} \ No newline at end of file diff --git a/src/init/OWNERS b/src/init/OWNERS index 933637e2e9..8e374f760c 100644 --- a/src/init/OWNERS +++ b/src/init/OWNERS @@ -9,5 +9,3 @@ marja@chromium.org mathias@chromium.org ulan@chromium.org verwaest@chromium.org - -# COMPONENT: Blink>JavaScript>Runtime diff --git a/src/inspector/DIR_METADATA b/src/inspector/DIR_METADATA new file mode 100644 index 0000000000..3ba1106a5f --- /dev/null +++ b/src/inspector/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Platform>DevTools>JavaScript" +} \ No newline at end of file diff --git a/src/inspector/OWNERS b/src/inspector/OWNERS index faa8c326b0..ea8456bbe5 100644 --- a/src/inspector/OWNERS +++ b/src/inspector/OWNERS @@ -7,5 +7,3 @@ szuend@chromium.org yangguo@chromium.org per-file PRESUBMIT.py=file:../../INFRA_OWNERS - -# COMPONENT: Platform>DevTools>JavaScript diff --git a/src/interpreter/DIR_METADATA b/src/interpreter/DIR_METADATA new file mode 100644 index 0000000000..3de1f73a3d --- /dev/null +++ b/src/interpreter/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Interpreter" +} \ No newline at end of file diff --git a/src/interpreter/OWNERS b/src/interpreter/OWNERS index f013999565..481caea50b 100644 --- a/src/interpreter/OWNERS +++ b/src/interpreter/OWNERS @@ -1,5 +1,3 @@ leszeks@chromium.org mythria@chromium.org rmcilroy@chromium.org - -# COMPONENT: Blink>JavaScript>Interpreter diff --git a/src/json/DIR_METADATA b/src/json/DIR_METADATA new file mode 100644 index 0000000000..b183b81885 --- /dev/null +++ b/src/json/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Runtime" +} \ No newline at end of file diff --git a/src/json/OWNERS b/src/json/OWNERS index 48b6dfd658..85599ae570 100644 --- a/src/json/OWNERS +++ b/src/json/OWNERS @@ -1,5 +1,3 @@ ishell@chromium.org jkummerow@chromium.org verwaest@chromium.org - -# COMPONENT: Blink>JavaScript>Runtime diff --git a/src/libplatform/DIR_METADATA b/src/libplatform/DIR_METADATA new file mode 100644 index 0000000000..a27ea1b53a --- /dev/null +++ b/src/libplatform/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>API" +} \ No newline at end of file diff --git a/src/libplatform/OWNERS b/src/libplatform/OWNERS index 7ec6602147..65e7ba445c 100644 --- a/src/libplatform/OWNERS +++ b/src/libplatform/OWNERS @@ -1,4 +1,2 @@ mlippautz@chromium.org ulan@chromium.org - -# COMPONENT: Blink>JavaScript>API diff --git a/src/libsampler/DIR_METADATA b/src/libsampler/DIR_METADATA new file mode 100644 index 0000000000..3ba1106a5f --- /dev/null +++ b/src/libsampler/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Platform>DevTools>JavaScript" +} \ No newline at end of file diff --git a/src/libsampler/OWNERS b/src/libsampler/OWNERS index 7ab7c063da..6afd4d0fee 100644 --- a/src/libsampler/OWNERS +++ b/src/libsampler/OWNERS @@ -1,4 +1,2 @@ alph@chromium.org petermarshall@chromium.org - -# COMPONENT: Platform>DevTools>JavaScript diff --git a/src/numbers/DIR_METADATA b/src/numbers/DIR_METADATA new file mode 100644 index 0000000000..b183b81885 --- /dev/null +++ b/src/numbers/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Runtime" +} \ No newline at end of file diff --git a/src/numbers/OWNERS b/src/numbers/OWNERS index 882d275fe8..c4022e3ada 100644 --- a/src/numbers/OWNERS +++ b/src/numbers/OWNERS @@ -3,5 +3,3 @@ jgruber@chromium.org jkummerow@chromium.org sigurds@chromium.org verwaest@chromium.org - -# COMPONENT: Blink>JavaScript>Runtime diff --git a/src/objects/DIR_METADATA b/src/objects/DIR_METADATA new file mode 100644 index 0000000000..b183b81885 --- /dev/null +++ b/src/objects/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Runtime" +} \ No newline at end of file diff --git a/src/objects/OWNERS b/src/objects/OWNERS index f52e1c9ca8..48d72aea5e 100644 --- a/src/objects/OWNERS +++ b/src/objects/OWNERS @@ -1,3 +1 @@ file:../../COMMON_OWNERS - -# COMPONENT: Blink>JavaScript>Runtime diff --git a/src/parsing/DIR_METADATA b/src/parsing/DIR_METADATA new file mode 100644 index 0000000000..165380ae4f --- /dev/null +++ b/src/parsing/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Parser" +} \ No newline at end of file diff --git a/src/parsing/OWNERS b/src/parsing/OWNERS index 40e6e8b427..9d54af5f2d 100644 --- a/src/parsing/OWNERS +++ b/src/parsing/OWNERS @@ -5,5 +5,3 @@ littledan@chromium.org marja@chromium.org neis@chromium.org verwaest@chromium.org - -# COMPONENT: Blink>JavaScript>Parser diff --git a/src/profiler/DIR_METADATA b/src/profiler/DIR_METADATA new file mode 100644 index 0000000000..3ba1106a5f --- /dev/null +++ b/src/profiler/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Platform>DevTools>JavaScript" +} \ No newline at end of file diff --git a/src/profiler/OWNERS b/src/profiler/OWNERS index 001abef49d..28a7353ef4 100644 --- a/src/profiler/OWNERS +++ b/src/profiler/OWNERS @@ -2,5 +2,3 @@ alph@chromium.org petermarshall@chromium.org per-file *heap*=ulan@chromium.org - -# COMPONENT: Platform>DevTools>JavaScript diff --git a/src/regexp/DIR_METADATA b/src/regexp/DIR_METADATA new file mode 100644 index 0000000000..b183b81885 --- /dev/null +++ b/src/regexp/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Runtime" +} \ No newline at end of file diff --git a/src/regexp/OWNERS b/src/regexp/OWNERS index 250c8c6b88..3322bb9505 100644 --- a/src/regexp/OWNERS +++ b/src/regexp/OWNERS @@ -1,4 +1,2 @@ jgruber@chromium.org yangguo@chromium.org - -# COMPONENT: Blink>JavaScript>Runtime diff --git a/src/roots/DIR_METADATA b/src/roots/DIR_METADATA new file mode 100644 index 0000000000..ff55846b31 --- /dev/null +++ b/src/roots/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>GC" +} \ No newline at end of file diff --git a/src/roots/OWNERS b/src/roots/OWNERS index 2d6e1ae7c2..aaffe920bb 100644 --- a/src/roots/OWNERS +++ b/src/roots/OWNERS @@ -7,5 +7,3 @@ jkummerow@chromium.org marja@chromium.org sigurds@chromium.org ulan@chromium.org - -# COMPONENT: Blink>JavaScript>GC diff --git a/src/runtime/DIR_METADATA b/src/runtime/DIR_METADATA new file mode 100644 index 0000000000..b183b81885 --- /dev/null +++ b/src/runtime/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Runtime" +} \ No newline at end of file diff --git a/src/runtime/OWNERS b/src/runtime/OWNERS index f52e1c9ca8..48d72aea5e 100644 --- a/src/runtime/OWNERS +++ b/src/runtime/OWNERS @@ -1,3 +1 @@ file:../../COMMON_OWNERS - -# COMPONENT: Blink>JavaScript>Runtime diff --git a/src/snapshot/DIR_METADATA b/src/snapshot/DIR_METADATA new file mode 100644 index 0000000000..b183b81885 --- /dev/null +++ b/src/snapshot/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Runtime" +} \ No newline at end of file diff --git a/src/snapshot/OWNERS b/src/snapshot/OWNERS index 6fa7f3441c..0cf6544300 100644 --- a/src/snapshot/OWNERS +++ b/src/snapshot/OWNERS @@ -2,5 +2,3 @@ delphick@chromium.org jgruber@chromium.org leszeks@chromium.org verwaest@chromium.org - -# COMPONENT: Blink>JavaScript>Runtime diff --git a/src/strings/DIR_METADATA b/src/strings/DIR_METADATA new file mode 100644 index 0000000000..b183b81885 --- /dev/null +++ b/src/strings/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Runtime" +} \ No newline at end of file diff --git a/src/strings/OWNERS b/src/strings/OWNERS index 3c29ae29e2..ac020e24a9 100644 --- a/src/strings/OWNERS +++ b/src/strings/OWNERS @@ -2,5 +2,3 @@ bmeurer@chromium.org jkummerow@chromium.org leszeks@chromium.org verwaest@chromium.org - -# COMPONENT: Blink>JavaScript>Runtime diff --git a/src/tracing/DIR_METADATA b/src/tracing/DIR_METADATA new file mode 100644 index 0000000000..3ba1106a5f --- /dev/null +++ b/src/tracing/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Platform>DevTools>JavaScript" +} \ No newline at end of file diff --git a/src/tracing/OWNERS b/src/tracing/OWNERS index 7ab7c063da..6afd4d0fee 100644 --- a/src/tracing/OWNERS +++ b/src/tracing/OWNERS @@ -1,4 +1,2 @@ alph@chromium.org petermarshall@chromium.org - -# COMPONENT: Platform>DevTools>JavaScript diff --git a/src/trap-handler/DIR_METADATA b/src/trap-handler/DIR_METADATA new file mode 100644 index 0000000000..3b428d9660 --- /dev/null +++ b/src/trap-handler/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>WebAssembly" +} \ No newline at end of file diff --git a/src/trap-handler/OWNERS b/src/trap-handler/OWNERS index f6f3bc07ec..7035a46ab6 100644 --- a/src/trap-handler/OWNERS +++ b/src/trap-handler/OWNERS @@ -6,5 +6,3 @@ ahaas@chromium.org # ahaas@chromium.org # mseaborn@chromium.org # mark@chromium.org - -# COMPONENT: Blink>JavaScript>WebAssembly diff --git a/src/utils/DIR_METADATA b/src/utils/DIR_METADATA new file mode 100644 index 0000000000..2f8dbbcf45 --- /dev/null +++ b/src/utils/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript" +} \ No newline at end of file diff --git a/src/utils/OWNERS b/src/utils/OWNERS index 4750620072..48d72aea5e 100644 --- a/src/utils/OWNERS +++ b/src/utils/OWNERS @@ -1,3 +1 @@ file:../../COMMON_OWNERS - -# COMPONENT: Blink>JavaScript diff --git a/src/wasm/DIR_METADATA b/src/wasm/DIR_METADATA new file mode 100644 index 0000000000..3b428d9660 --- /dev/null +++ b/src/wasm/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>WebAssembly" +} \ No newline at end of file diff --git a/src/wasm/OWNERS b/src/wasm/OWNERS index 801795058d..38224181e9 100644 --- a/src/wasm/OWNERS +++ b/src/wasm/OWNERS @@ -8,5 +8,3 @@ thibaudm@chromium.org zhin@chromium.org per-file wasm-js.*=adamk@chromium.org - -# COMPONENT: Blink>JavaScript>WebAssembly diff --git a/test/cctest/wasm/DIR_METADATA b/test/cctest/wasm/DIR_METADATA new file mode 100644 index 0000000000..3b428d9660 --- /dev/null +++ b/test/cctest/wasm/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>WebAssembly" +} \ No newline at end of file diff --git a/test/cctest/wasm/OWNERS b/test/cctest/wasm/OWNERS index 0b1c176e04..a89e5f1056 100644 --- a/test/cctest/wasm/OWNERS +++ b/test/cctest/wasm/OWNERS @@ -1,3 +1 @@ file:../../../src/wasm/OWNERS - -# COMPONENT: Blink>JavaScript>WebAssembly diff --git a/test/debugging/wasm/gdb-server/DIR_METADATA b/test/debugging/wasm/gdb-server/DIR_METADATA new file mode 100644 index 0000000000..3b428d9660 --- /dev/null +++ b/test/debugging/wasm/gdb-server/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>WebAssembly" +} \ No newline at end of file diff --git a/test/debugging/wasm/gdb-server/OWNERS b/test/debugging/wasm/gdb-server/OWNERS index 4b8c1919e8..e2c94e8d24 100644 --- a/test/debugging/wasm/gdb-server/OWNERS +++ b/test/debugging/wasm/gdb-server/OWNERS @@ -1,3 +1 @@ paolosev@microsoft.com - -# COMPONENT: Blink>JavaScript>WebAssembly \ No newline at end of file diff --git a/test/inspector/DIR_METADATA b/test/inspector/DIR_METADATA new file mode 100644 index 0000000000..3ba1106a5f --- /dev/null +++ b/test/inspector/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Platform>DevTools>JavaScript" +} \ No newline at end of file diff --git a/test/inspector/OWNERS b/test/inspector/OWNERS index 50cd83c40c..d8bedcc10e 100644 --- a/test/inspector/OWNERS +++ b/test/inspector/OWNERS @@ -1,3 +1 @@ file:../../src/inspector/OWNERS - -# COMPONENT: Platform>DevTools>JavaScript diff --git a/test/intl/DIR_METADATA b/test/intl/DIR_METADATA new file mode 100644 index 0000000000..8592c0704c --- /dev/null +++ b/test/intl/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>Internationalization" +} \ No newline at end of file diff --git a/test/intl/OWNERS b/test/intl/OWNERS index 1fac3a1841..a212e71b22 100644 --- a/test/intl/OWNERS +++ b/test/intl/OWNERS @@ -1,4 +1,2 @@ ftang@chromium.org jshin@chromium.org - -# COMPONENT: Blink>JavaScript>Internationalization diff --git a/test/unittests/wasm/DIR_METADATA b/test/unittests/wasm/DIR_METADATA new file mode 100644 index 0000000000..3b428d9660 --- /dev/null +++ b/test/unittests/wasm/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>WebAssembly" +} \ No newline at end of file diff --git a/test/unittests/wasm/OWNERS b/test/unittests/wasm/OWNERS index 0b1c176e04..a89e5f1056 100644 --- a/test/unittests/wasm/OWNERS +++ b/test/unittests/wasm/OWNERS @@ -1,3 +1 @@ file:../../../src/wasm/OWNERS - -# COMPONENT: Blink>JavaScript>WebAssembly diff --git a/test/wasm-spec-tests/DIR_METADATA b/test/wasm-spec-tests/DIR_METADATA new file mode 100644 index 0000000000..3b428d9660 --- /dev/null +++ b/test/wasm-spec-tests/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Blink>JavaScript>WebAssembly" +} \ No newline at end of file diff --git a/test/wasm-spec-tests/OWNERS b/test/wasm-spec-tests/OWNERS index 95216bba4d..32941e6257 100644 --- a/test/wasm-spec-tests/OWNERS +++ b/test/wasm-spec-tests/OWNERS @@ -1,3 +1 @@ file:../../src/wasm/OWNERS - -# COMPONENT: Blink>JavaScript>WebAssembly diff --git a/tools/clusterfuzz/js_fuzzer/DIR_METADATA b/tools/clusterfuzz/js_fuzzer/DIR_METADATA new file mode 100644 index 0000000000..9fc13203d7 --- /dev/null +++ b/tools/clusterfuzz/js_fuzzer/DIR_METADATA @@ -0,0 +1,11 @@ +# Metadata information for this directory. +# +# For more information on DIR_METADATA files, see: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/README.md +# +# For the schema of this file, see Metadata message: +# https://source.chromium.org/chromium/infra/infra/+/master:go/src/infra/tools/dirmd/proto/dir_metadata.proto + +monorail { + component: "Infra>Client>V8" +} \ No newline at end of file diff --git a/tools/clusterfuzz/js_fuzzer/OWNERS b/tools/clusterfuzz/js_fuzzer/OWNERS index 76eb9caeff..bc18f69af5 100644 --- a/tools/clusterfuzz/js_fuzzer/OWNERS +++ b/tools/clusterfuzz/js_fuzzer/OWNERS @@ -5,5 +5,3 @@ file:../../../INFRA_OWNERS msarms@chromium.org mslekova@chromium.org ochang@chromium.org - -# COMPONENT: Infra>Client>V8