Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1383)

Unified Diff: chrome/test/BUILD.gn

Issue 2409423002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: Fix and format Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/plugins/plugin_uma_unittest.cc ('k') | chromecast/media/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 9b441cbdb79bd6ef2360831dd6e3fc6e9182dc51..3c154ce9bd02add156ced6470295e3d1ca078ced 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")
@@ -1904,7 +1905,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",
@@ -2891,9 +2892,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) {
@@ -3422,6 +3424,7 @@ test("unit_tests") {
"//components/version_info:generate_version_info",
"//courgette:courgette_lib",
"//google_apis",
+ "//ppapi/features",
"//skia",
"//third_party/cacheinvalidation",
"//third_party/icu",
« no previous file with comments | « chrome/renderer/plugins/plugin_uma_unittest.cc ('k') | chromecast/media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698