| Index: extensions/shell/BUILD.gn
|
| diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
|
| index fca3ec3e9277a789420b8912b52569427f21d761..4fda99932e35e8d96fd81f6c23f469967b7f35cd 100644
|
| --- a/extensions/shell/BUILD.gn
|
| +++ b/extensions/shell/BUILD.gn
|
| @@ -57,6 +57,7 @@ source_set("app_shell_lib") {
|
| "//mojo/edk/system",
|
| "//skia",
|
| "//third_party/WebKit/public:blink",
|
| + "//third_party/cld_2:cld2_platform_impl",
|
| "//ui/base",
|
| "//ui/base/ime",
|
| "//v8",
|
| @@ -109,10 +110,6 @@ source_set("app_shell_lib") {
|
| ]
|
| }
|
| }
|
| -
|
| - if (cld_version == 2) {
|
| - deps += [ "//third_party/cld_2:cld2_platform_impl" ]
|
| - }
|
| }
|
|
|
| if (!(is_chromeos && !use_ozone)) {
|
|
|