1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
base / allocator / partition_allocator / src / partition_alloc / shim / DEPS [blame]
# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This file is meant to be temporary during we migrate allocator_shim code
# into partition_allocator/. This file will be removed away once the
# migration gets done.
specific_include_rules = {
"allocator_shim_unittest\.cc$": [
"+base/synchronization/waitable_event.h",
"+base/threading/platform_thread.h",
"+base/threading/thread_local.h",
],
"allocator_interception_apple_unittest\.mm$": [
"+testing/gtest/include/gtest/gtest.h",
],
}