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

Unified Diff: media/base/BUILD.gn

Issue 2412493003: Revert of Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: 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 | « media/DEPS ('k') | media/base/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 1e2954b514f6769f21d7dc539791ff19fbac7cd1..0c3ad22e1900416492f5a3516dd10457ff1e99f9 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -260,9 +260,7 @@
allow_circular_includes_from = []
defines = []
- public_deps = [
- "//ppapi/features",
- ]
+ public_deps = []
deps = [
"//base/third_party/dynamic_annotations:dynamic_annotations",
"//gpu",
@@ -291,7 +289,7 @@
}
if (is_android) {
- public_deps += [
+ public_deps = [
"//media/base/android",
"//media/base/android:media_jni_headers",
]
@@ -459,7 +457,6 @@
"//gpu/command_buffer/common",
"//media",
"//media/base/android:anywhere_unittests",
- "//ppapi/features",
"//skia",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « media/DEPS ('k') | media/base/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698