Chromium Code Reviews| Index: chrome/BUILD.gn |
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
| index 90a5314823562044e45590d76d59f96745b7018f..3539d528afe25472e343d6bca47de70902640801 100644 |
| --- a/chrome/BUILD.gn |
| +++ b/chrome/BUILD.gn |
| @@ -242,6 +242,11 @@ group("child_dependencies") { |
| "//third_party/WebKit/public:blink_devtools_frontend_resources", |
| ] |
| } |
| + if (cld_version == 0 || cld_version == 2) { |
| + deps += [ |
| + "//third_party/cld_2:cld2_platform_impl", |
| + ] |
| + } |
| } |
| if (is_win) { |