| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 4fab88dcb47d14c07aa1ecda8c3677dd29409801..f2e12278f28a707073d9c4a24db016a6ffca0ef2 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -130,6 +130,7 @@ static_library("test_support") {
|
| "//media:media_features",
|
| "//net",
|
| "//net:test_support",
|
| + "//pdf",
|
| "//ppapi/features",
|
| "//printing/features",
|
| "//skia",
|
| @@ -227,10 +228,6 @@ static_library("test_support") {
|
| ]
|
| }
|
|
|
| - if (enable_plugins && enable_pdf) {
|
| - public_deps += [ "//pdf" ]
|
| - }
|
| -
|
| if (use_ash) {
|
| sources += [
|
| "base/default_ash_event_generator_delegate.cc",
|
|
|