Chromium Code Reviews| Index: webrtc/tools/BUILD.gn |
| diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn |
| index 0daba4d6c8eff04a28fdfaad99fe993a916a9a76..603e99944c612ca9d7fd1ed0ea5cfeea42dea400 100644 |
| --- a/webrtc/tools/BUILD.gn |
| +++ b/webrtc/tools/BUILD.gn |
| @@ -20,7 +20,7 @@ source_set("command_line_parser") { |
| "simple_command_line_parser.h", |
| ] |
| deps = [ |
| - "..:gtest_prod", |
| + "../base:gtest_prod", |
| ] |
| configs += [ "..:common_config" ] |
| public_configs = [ "..:common_inherited_config" ] |