blob: 20785c0da192d1a5da96dbeba7b5da3d58f4f696 [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 = {
'^.*_test\.cc$': [
'+base',
'+testing/gtest/include',
'+testing/gmock/include',
],
}