diff --git a/CPPLINT.cfg b/CPPLINT.cfg
new file mode 100644
index 0000000000000..7684075f4d77c
--- /dev/null
+++ b/CPPLINT.cfg
@@ -0,0 +1,9 @@
+# Copyright 2024 The Chromium Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# See https://source.chromium.org/chromium/chromium/tools/depot_tools/+/main:cpplint.py
+# about this configuration file.
+
+# Include order should be caught by clang-format.
+filter=-build/include_order
diff --git a/OWNERS b/OWNERS
index 3f67b5e8272e7..2de3ef901ec95 100644
--- a/OWNERS
+++ b/OWNERS
@@ -29,6 +29,7 @@ per-file BUILD.gn=file://build/OWNERS
 per-file CODE_OF_CONDUCT.md=dpranke@google.com
 per-file CODE_OF_CONDUCT.md=benhenry@chromium.org
 per-file CODE_OF_CONDUCT.md=ellyjones@chromium.org
+per-file CPPLINT.cfg=file://styleguide/c++/OWNERS
 per-file DEPS=*
 per-file PRESUBMIT*.py=agrieve@chromium.org  # For .pydeps changes
 per-file PRESUBMIT*.py=brucedawson@chromium.org