Add DIR_METADATA files to v8.

Generate DIR_METADATA files and remove metadata from OWNERS
files for v8.

R=jkummerow@chromium.org, ochang@chromium.org, yangguo@chromium.org

Bug: chromium:1113033
Change-Id: I82cbb62e438d82dbbc408e87120af39fa9da0afa
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2476680
Reviewed-by: Adam Klein <adamk@chromium.org>
Reviewed-by: Maya Lekova <mslekova@chromium.org>
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Yang Guo <yangguo@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70669}
This commit is contained in:
Edward Lesmes 2020-10-15 10:33:45 -07:00 committed by Commit Bot
parent 75049771c3
commit e5c6a3bd75
96 changed files with 529 additions and 97 deletions

12
DIR_METADATA Normal file
View File

@ -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"

3
OWNERS
View File

@ -27,6 +27,3 @@ per-file *-mips*=file:MIPS_OWNERS
per-file *-mips64*=file:MIPS_OWNERS per-file *-mips64*=file:MIPS_OWNERS
per-file *-ppc*=file:PPC_OWNERS per-file *-ppc*=file:PPC_OWNERS
per-file *-s390*=file:S390_OWNERS per-file *-s390*=file:S390_OWNERS
# TEAM: v8-dev@googlegroups.com
# COMPONENT: Blink>JavaScript

11
include/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -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=file:../INFRA_OWNERS
per-file v8-version.h=hablich@chromium.org per-file v8-version.h=hablich@chromium.org
per-file v8-version.h=vahl@chromium.org per-file v8-version.h=vahl@chromium.org
# COMPONENT: Blink>JavaScript>API

11
src/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -1,5 +1,3 @@
per-file *DEPS=file:../COMMON_OWNERS per-file *DEPS=file:../COMMON_OWNERS
per-file intl-*=file:../INTL_OWNERS per-file intl-*=file:../INTL_OWNERS
per-file *-intl*=file:../INTL_OWNERS per-file *-intl*=file:../INTL_OWNERS
# COMPONENT: Blink>JavaScript

11
src/api/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -6,5 +6,3 @@ leszeks@chromium.org
mlippautz@chromium.org mlippautz@chromium.org
mslekova@chromium.org mslekova@chromium.org
verwaest@chromium.org verwaest@chromium.org
# COMPONENT: Blink>JavaScript>API

11
src/asmjs/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -1,5 +1,3 @@
ahaas@chromium.org ahaas@chromium.org
clemensb@chromium.org clemensb@chromium.org
titzer@chromium.org titzer@chromium.org
# COMPONENT: Blink>JavaScript>WebAssembly

11
src/ast/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -6,5 +6,3 @@ littledan@chromium.org
marja@chromium.org marja@chromium.org
neis@chromium.org neis@chromium.org
verwaest@chromium.org verwaest@chromium.org
# COMPONENT: Blink>JavaScript>Parser

11
src/base/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -1,5 +1,3 @@
clemensb@chromium.org clemensb@chromium.org
ishell@chromium.org ishell@chromium.org
mlippautz@chromium.org mlippautz@chromium.org
# COMPONENT: Blink>JavaScript

View File

@ -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"
}

View File

@ -3,5 +3,3 @@ mlippautz@chromium.org
ulan@chromium.org ulan@chromium.org
per-file platform-fuchsia.cc=wez@chromium.org per-file platform-fuchsia.cc=wez@chromium.org
# COMPONENT: Blink>JavaScript

11
src/builtins/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -1,3 +1 @@
file:../../COMMON_OWNERS file:../../COMMON_OWNERS
# COMPONENT: Blink>JavaScript>Runtime

11
src/codegen/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -17,5 +17,3 @@ solanes@chromium.org
tebbi@chromium.org tebbi@chromium.org
titzer@chromium.org titzer@chromium.org
mythria@chromium.org mythria@chromium.org
# COMPONENT: Blink>JavaScript>Compiler

11
src/common/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -1,3 +1 @@
file:../../COMMON_OWNERS file:../../COMMON_OWNERS
# COMPONENT: Blink>JavaScript

View File

@ -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"
}

View File

@ -2,5 +2,3 @@ ahaas@chromium.org
jkummerow@chromium.org jkummerow@chromium.org
leszeks@chromium.org leszeks@chromium.org
rmcilroy@chromium.org rmcilroy@chromium.org
# COMPONENT: Blink>JavaScript>Compiler

11
src/compiler/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -20,5 +20,3 @@ per-file int64-lowering.*=ahaas@chromium.org
per-file simd-scalar-lowering.*=bbudge@chromium.org per-file simd-scalar-lowering.*=bbudge@chromium.org
per-file simd-scalar-lowering.*=gdeepti@chromium.org per-file simd-scalar-lowering.*=gdeepti@chromium.org
per-file simd-scalar-lowering.*=zhin@chromium.org per-file simd-scalar-lowering.*=zhin@chromium.org
# COMPONENT: Blink>JavaScript>Compiler

View File

@ -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"
}

View File

@ -6,5 +6,3 @@ zhin@chromium.org
per-file register-allocator*=thibaudm@chromium.org per-file register-allocator*=thibaudm@chromium.org
per-file spill-placer*=thibaudm@chromium.org per-file spill-placer*=thibaudm@chromium.org
# COMPONENT: Blink>JavaScript>Compiler

11
src/date/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -2,5 +2,3 @@ ishell@chromium.org
jshin@chromium.org jshin@chromium.org
ulan@chromium.org ulan@chromium.org
verwaest@chromium.org verwaest@chromium.org
# COMPONENT: Blink>JavaScript>Runtime

11
src/debug/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -4,5 +4,3 @@ mvstanton@chromium.org
szuend@chromium.org szuend@chromium.org
verwaest@chromium.org verwaest@chromium.org
yangguo@chromium.org yangguo@chromium.org
# COMPONENT: Platform>DevTools>JavaScript

View File

@ -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"
}

View File

@ -1,3 +1 @@
paolosev@microsoft.com paolosev@microsoft.com
# COMPONENT: Blink>JavaScript>WebAssembly

View File

@ -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"
}

View File

@ -3,5 +3,3 @@ neis@chromium.org
nicohartmann@chromium.org nicohartmann@chromium.org
sigurds@chromium.org sigurds@chromium.org
tebbi@chromium.org tebbi@chromium.org
# COMPONENT: Blink>JavaScript>Compiler

View File

@ -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"
}

View File

@ -9,5 +9,3 @@ szuend@chromium.org
verwaest@chromium.org verwaest@chromium.org
per-file futex-emulation.*=marja@chromium.org per-file futex-emulation.*=marja@chromium.org
# COMPONENT: Blink>JavaScript>Runtime

11
src/handles/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -3,5 +3,3 @@ ishell@chromium.org
jkummerow@chromium.org jkummerow@chromium.org
mlippautz@chromium.org mlippautz@chromium.org
ulan@chromium.org ulan@chromium.org
# COMPONENT: Blink>JavaScript>GC

11
src/heap/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -7,5 +7,3 @@ ulan@chromium.org
per-file *factory*=leszeks@chromium.org per-file *factory*=leszeks@chromium.org
per-file read-only-*=delphick@chromium.org per-file read-only-*=delphick@chromium.org
# COMPONENT: Blink>JavaScript>GC

11
src/ic/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -4,5 +4,3 @@ jkummerow@chromium.org
mvstanton@chromium.org mvstanton@chromium.org
verwaest@chromium.org verwaest@chromium.org
mythria@chromium.org mythria@chromium.org
# COMPONENT: Blink>JavaScript>Runtime

11
src/init/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -9,5 +9,3 @@ marja@chromium.org
mathias@chromium.org mathias@chromium.org
ulan@chromium.org ulan@chromium.org
verwaest@chromium.org verwaest@chromium.org
# COMPONENT: Blink>JavaScript>Runtime

View File

@ -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"
}

View File

@ -7,5 +7,3 @@ szuend@chromium.org
yangguo@chromium.org yangguo@chromium.org
per-file PRESUBMIT.py=file:../../INFRA_OWNERS per-file PRESUBMIT.py=file:../../INFRA_OWNERS
# COMPONENT: Platform>DevTools>JavaScript

View File

@ -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"
}

View File

@ -1,5 +1,3 @@
leszeks@chromium.org leszeks@chromium.org
mythria@chromium.org mythria@chromium.org
rmcilroy@chromium.org rmcilroy@chromium.org
# COMPONENT: Blink>JavaScript>Interpreter

11
src/json/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -1,5 +1,3 @@
ishell@chromium.org ishell@chromium.org
jkummerow@chromium.org jkummerow@chromium.org
verwaest@chromium.org verwaest@chromium.org
# COMPONENT: Blink>JavaScript>Runtime

View File

@ -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"
}

View File

@ -1,4 +1,2 @@
mlippautz@chromium.org mlippautz@chromium.org
ulan@chromium.org ulan@chromium.org
# COMPONENT: Blink>JavaScript>API

View File

@ -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"
}

View File

@ -1,4 +1,2 @@
alph@chromium.org alph@chromium.org
petermarshall@chromium.org petermarshall@chromium.org
# COMPONENT: Platform>DevTools>JavaScript

11
src/numbers/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -3,5 +3,3 @@ jgruber@chromium.org
jkummerow@chromium.org jkummerow@chromium.org
sigurds@chromium.org sigurds@chromium.org
verwaest@chromium.org verwaest@chromium.org
# COMPONENT: Blink>JavaScript>Runtime

11
src/objects/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -1,3 +1 @@
file:../../COMMON_OWNERS file:../../COMMON_OWNERS
# COMPONENT: Blink>JavaScript>Runtime

11
src/parsing/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -5,5 +5,3 @@ littledan@chromium.org
marja@chromium.org marja@chromium.org
neis@chromium.org neis@chromium.org
verwaest@chromium.org verwaest@chromium.org
# COMPONENT: Blink>JavaScript>Parser

11
src/profiler/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -2,5 +2,3 @@ alph@chromium.org
petermarshall@chromium.org petermarshall@chromium.org
per-file *heap*=ulan@chromium.org per-file *heap*=ulan@chromium.org
# COMPONENT: Platform>DevTools>JavaScript

11
src/regexp/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -1,4 +1,2 @@
jgruber@chromium.org jgruber@chromium.org
yangguo@chromium.org yangguo@chromium.org
# COMPONENT: Blink>JavaScript>Runtime

11
src/roots/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -7,5 +7,3 @@ jkummerow@chromium.org
marja@chromium.org marja@chromium.org
sigurds@chromium.org sigurds@chromium.org
ulan@chromium.org ulan@chromium.org
# COMPONENT: Blink>JavaScript>GC

11
src/runtime/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -1,3 +1 @@
file:../../COMMON_OWNERS file:../../COMMON_OWNERS
# COMPONENT: Blink>JavaScript>Runtime

11
src/snapshot/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -2,5 +2,3 @@ delphick@chromium.org
jgruber@chromium.org jgruber@chromium.org
leszeks@chromium.org leszeks@chromium.org
verwaest@chromium.org verwaest@chromium.org
# COMPONENT: Blink>JavaScript>Runtime

11
src/strings/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -2,5 +2,3 @@ bmeurer@chromium.org
jkummerow@chromium.org jkummerow@chromium.org
leszeks@chromium.org leszeks@chromium.org
verwaest@chromium.org verwaest@chromium.org
# COMPONENT: Blink>JavaScript>Runtime

11
src/tracing/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -1,4 +1,2 @@
alph@chromium.org alph@chromium.org
petermarshall@chromium.org petermarshall@chromium.org
# COMPONENT: Platform>DevTools>JavaScript

View File

@ -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"
}

View File

@ -6,5 +6,3 @@ ahaas@chromium.org
# ahaas@chromium.org # ahaas@chromium.org
# mseaborn@chromium.org # mseaborn@chromium.org
# mark@chromium.org # mark@chromium.org
# COMPONENT: Blink>JavaScript>WebAssembly

11
src/utils/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -1,3 +1 @@
file:../../COMMON_OWNERS file:../../COMMON_OWNERS
# COMPONENT: Blink>JavaScript

11
src/wasm/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -8,5 +8,3 @@ thibaudm@chromium.org
zhin@chromium.org zhin@chromium.org
per-file wasm-js.*=adamk@chromium.org per-file wasm-js.*=adamk@chromium.org
# COMPONENT: Blink>JavaScript>WebAssembly

View File

@ -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"
}

View File

@ -1,3 +1 @@
file:../../../src/wasm/OWNERS file:../../../src/wasm/OWNERS
# COMPONENT: Blink>JavaScript>WebAssembly

View File

@ -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"
}

View File

@ -1,3 +1 @@
paolosev@microsoft.com paolosev@microsoft.com
# COMPONENT: Blink>JavaScript>WebAssembly

View File

@ -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"
}

View File

@ -1,3 +1 @@
file:../../src/inspector/OWNERS file:../../src/inspector/OWNERS
# COMPONENT: Platform>DevTools>JavaScript

11
test/intl/DIR_METADATA Normal file
View File

@ -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"
}

View File

@ -1,4 +1,2 @@
ftang@chromium.org ftang@chromium.org
jshin@chromium.org jshin@chromium.org
# COMPONENT: Blink>JavaScript>Internationalization

View File

@ -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"
}

View File

@ -1,3 +1 @@
file:../../../src/wasm/OWNERS file:../../../src/wasm/OWNERS
# COMPONENT: Blink>JavaScript>WebAssembly

View File

@ -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"
}

View File

@ -1,3 +1 @@
file:../../src/wasm/OWNERS file:../../src/wasm/OWNERS
# COMPONENT: Blink>JavaScript>WebAssembly

View File

@ -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"
}

View File

@ -5,5 +5,3 @@ file:../../../INFRA_OWNERS
msarms@chromium.org msarms@chromium.org
mslekova@chromium.org mslekova@chromium.org
ochang@chromium.org ochang@chromium.org
# COMPONENT: Infra>Client>V8