Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 26f2edfa3c14251b2ad4ab2ae103f0d812be3e1d..0bbc1e9d61867585402bf7d9936b9fc5428745d2 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -11,7 +11,6 @@ |
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") |
@@ -1903,7 +1902,7 @@ |
"//third_party/leveldatabase", |
"//third_party/libjingle", |
"//third_party/webrtc/modules/desktop_capture", |
- "//third_party/widevine/cdm:headers", |
+ "//third_party/widevine/cdm:version_h", |
"//ui/accessibility:test_support", |
"//ui/base:test_support", |
"//ui/compositor:test_support", |
@@ -2890,10 +2889,9 @@ |
# differently if possible). |
deps = [ |
"//base/test:test_support_perf", |
- "//ppapi/features", |
"//testing/gtest", |
"//testing/perf", |
- "//third_party/widevine/cdm:headers", |
+ "//third_party/widevine/cdm:version_h", |
] |
if (enable_pepper_cdms) { |
@@ -3422,7 +3420,6 @@ |
"//components/version_info:generate_version_info", |
"//courgette:courgette_lib", |
"//google_apis", |
- "//ppapi/features", |
"//skia", |
"//third_party/cacheinvalidation", |
"//third_party/icu", |