blob: d948205a3a2e39204373d7691acfd78030321610 [file] [log] [blame]
# The tests in the encoding/ 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 = {
'^.*encoding_test_helper\.h$': [
'+base',
'+testing/gtest/include',
'+testing/gmock/include',
],
}