blob: 46dec85fae6d7971554969de64aad4f733ebc369 [file] [log] [blame]
# The tests in the crdtp/ directory are setup to use
# base from mini_chromium, as well as gmock / gtest.
# Within the Chromium tree, we can use these dependencies
# directly but this requires an exception here.
specific_include_rules = {
'^test_platform.*$': [
'+base',
'+testing/gtest/include',
'+testing/gmock/include',
],
}