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

Unified Diff: media/cdm/ppapi/BUILD.gn

Issue 1862543002: media: Fix gn deps on media/ targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: source_set Created 4 years, 8 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/ppapi/BUILD.gn
diff --git a/media/cdm/ppapi/BUILD.gn b/media/cdm/ppapi/BUILD.gn
index b0622e125f60c657d730f83c51dcc7f2fedc52c0..20deaab7a71dd61e93cde763baa105fdd735a8ec 100644
--- a/media/cdm/ppapi/BUILD.gn
+++ b/media/cdm/ppapi/BUILD.gn
@@ -65,6 +65,5 @@ ppapi_cdm_adapter("clearkeycdmadapter") {
":clearkeycdm",
":clearkeycdmadapter_resources",
"//base", # Required for the allocator implementation.
- "//ppapi/cpp",
]
}

Powered by Google App Engine
This is Rietveld 408576698