| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index e2f3c38e5f362864c5779b659f81607053e32cc3..872bba59ba9c4f22b5e8c9e99c05dbc1cc3ad111 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -171,6 +171,9 @@ source_set("test_support") {
|
| "ppapi/ppapi_test.cc",
|
| "ppapi/ppapi_test.h",
|
| ]
|
| + deps += [
|
| + "//pdf",
|
| + ]
|
| }
|
|
|
| if (use_ash) {
|
| @@ -242,7 +245,6 @@ if (!is_android) {
|
| "//net",
|
| "//net:net_resources",
|
| "//net:test_support",
|
| - "//pdf",
|
|
|
| #"//ppapi:ppapi_tests", # TODO(GYP) this doesn't exist yet.
|
| "//skia",
|
|
|