| Index: chrome/app/BUILD.gn
|
| diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
|
| index 9e958891b93d3b459eaa9babc18ca873696f7712..1460145aa8318da4b7cbbe24c2cd9f62f3857341 100644
|
| --- a/chrome/app/BUILD.gn
|
| +++ b/chrome/app/BUILD.gn
|
| @@ -318,6 +318,7 @@ static_library("test_support") {
|
| "//components/startup_metric_utils/browser:lib",
|
| "//content/public/app:both",
|
| "//content/public/common",
|
| + "//pdf",
|
| "//ppapi/features",
|
| "//printing/features",
|
| "//ui/base",
|
| @@ -344,10 +345,6 @@ static_library("test_support") {
|
| ]
|
| }
|
|
|
| - if (enable_pdf) {
|
| - deps += [ "//pdf" ]
|
| - }
|
| -
|
| if (enable_plugins && enable_nacl) {
|
| deps += [
|
| "//components/nacl/browser",
|
|
|