DEPS 345 B

123456789101112
  1. # The tests in the crdtp/ directory are setup to use
  2. # base from mini_chromium, as well as gmock / gtest.
  3. # Within the Chromium tree, we can use these dependencies
  4. # directly but this requires an exception here.
  5. specific_include_rules = {
  6. '^test_platform.*$': [
  7. '+base',
  8. '+testing/gtest/include',
  9. '+testing/gmock/include',
  10. ],
  11. }