Chromium Code Reviews| Index: webrtc/test/DEPS |
| diff --git a/webrtc/test/DEPS b/webrtc/test/DEPS |
| index e8ed18bc6ab100c4166f1d49de4463308bc05b4a..969a10c67e782821f0dab996e8b64f1c4427121a 100644 |
| --- a/webrtc/test/DEPS |
| +++ b/webrtc/test/DEPS |
| @@ -12,3 +12,12 @@ include_rules = [ |
| "+webrtc/system_wrappers", |
| "+webrtc/voice_engine", |
| ] |
| + |
| +specific_include_rules = { |
| + "gmock\.h": [ |
| + "+testing/gmock/include/gmock", |
| + ], |
| + "gtest\.h": [ |
| + "+testing/gtest/include/gtest", |
| + ], |
| +} |