diff options
Diffstat (limited to 'chromium/chrome/common/performance_manager')
-rw-r--r-- | chromium/chrome/common/performance_manager/OWNERS | 6 | ||||
-rw-r--r-- | chromium/chrome/common/performance_manager/mojom/BUILD.gn | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/chromium/chrome/common/performance_manager/OWNERS b/chromium/chrome/common/performance_manager/OWNERS index 0a5168e1964..7e4c8d7e6b4 100644 --- a/chromium/chrome/common/performance_manager/OWNERS +++ b/chromium/chrome/common/performance_manager/OWNERS @@ -1 +1,5 @@ -file://chrome/browser/performance_manager/OWNERS +file://components/performance_manager/OWNERS + +# For IPC security review +per-file *.mojom=set noparent +per-file *.mojom=file://ipc/SECURITY_OWNERS diff --git a/chromium/chrome/common/performance_manager/mojom/BUILD.gn b/chromium/chrome/common/performance_manager/mojom/BUILD.gn index 6d99bc11f20..bcaa4f5aa4b 100644 --- a/chromium/chrome/common/performance_manager/mojom/BUILD.gn +++ b/chromium/chrome/common/performance_manager/mojom/BUILD.gn @@ -2,4 +2,9 @@ import("//mojo/public/tools/bindings/mojom.gni") mojom("mojom") { sources = [ "tcmalloc.mojom" ] + + cpp_only = true + disable_variants = true + + deps = [ "//mojo/public/mojom/base" ] } |