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

Unified Diff: media/cdm/aes_decryptor_unittest.cc

Issue 2411433002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: fix 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
Index: media/cdm/aes_decryptor_unittest.cc
diff --git a/media/cdm/aes_decryptor_unittest.cc b/media/cdm/aes_decryptor_unittest.cc
index b70e6d2fa1893abd1cf5db4b5c28a944db20082e..8ab2571b85ace4f71eb18a884ea4805856f1e771 100644
--- a/media/cdm/aes_decryptor_unittest.cc
+++ b/media/cdm/aes_decryptor_unittest.cc
@@ -30,6 +30,7 @@
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest-param-test.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "third_party/widevine/cdm/cdm_features.h"
#include "url/gurl.h"
using ::testing::_;
@@ -1021,7 +1022,7 @@ INSTANTIATE_TEST_CASE_P(AesDecryptor,
AesDecryptorTest,
testing::Values("AesDecryptor"));
-#if defined(ENABLE_PEPPER_CDMS)
+#if BUILDFLAG(ENABLE_PEPPER_CDMS)
INSTANTIATE_TEST_CASE_P(CdmAdapter,
AesDecryptorTest,
testing::Values("CdmAdapter"));

Powered by Google App Engine
This is Rietveld 408576698