| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 0bbc1e9d61867585402bf7d9936b9fc5428745d2..26f2edfa3c14251b2ad4ab2ae103f0d812be3e1d 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -11,6 +11,7 @@ import("//chrome/common/features.gni")
|
| import("//chrome/chrome_repack_locales.gni")
|
| import("//chrome/test/base/js2gtest.gni")
|
| import("//components/os_crypt/features.gni")
|
| +import("//ppapi/features/features.gni")
|
| import("//services/shell/public/service_manifest.gni")
|
| import("//testing/test.gni")
|
| import("//v8/gni/v8.gni")
|
| @@ -1902,7 +1903,7 @@ test("browser_tests") {
|
| "//third_party/leveldatabase",
|
| "//third_party/libjingle",
|
| "//third_party/webrtc/modules/desktop_capture",
|
| - "//third_party/widevine/cdm:version_h",
|
| + "//third_party/widevine/cdm:headers",
|
| "//ui/accessibility:test_support",
|
| "//ui/base:test_support",
|
| "//ui/compositor:test_support",
|
| @@ -2889,9 +2890,10 @@ if (!is_android) {
|
| # differently if possible).
|
| deps = [
|
| "//base/test:test_support_perf",
|
| + "//ppapi/features",
|
| "//testing/gtest",
|
| "//testing/perf",
|
| - "//third_party/widevine/cdm:version_h",
|
| + "//third_party/widevine/cdm:headers",
|
| ]
|
|
|
| if (enable_pepper_cdms) {
|
| @@ -3420,6 +3422,7 @@ test("unit_tests") {
|
| "//components/version_info:generate_version_info",
|
| "//courgette:courgette_lib",
|
| "//google_apis",
|
| + "//ppapi/features",
|
| "//skia",
|
| "//third_party/cacheinvalidation",
|
| "//third_party/icu",
|
|
|