1cb93a386Sopenharmony_ci// Copyright (c) 2012 The Chromium Authors. All rights reserved. 2cb93a386Sopenharmony_ci// Use of this source code is governed by a BSD-style license that can be 3cb93a386Sopenharmony_ci// found in the LICENSE file. 4cb93a386Sopenharmony_ci 5cb93a386Sopenharmony_ci// Not allowed for code under disallowed/ but temporarily allowed 6cb93a386Sopenharmony_ci// specifically for test code under allowed/. This regression tests a 7cb93a386Sopenharmony_ci// bug where we were taking shallow copies of rules when generating 8cb93a386Sopenharmony_ci// rules for subdirectories, so all rule objects were getting the same 9cb93a386Sopenharmony_ci// dictionary for specific rules. 10cb93a386Sopenharmony_ci#include "buildtools/checkdeps/testdata/disallowed/temp_allowed_for_tests.h" 11