chromium/base/allocator/partition_allocator/src/partition_alloc/shim/DEPS

# 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",
  ],
}