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

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

Issue 1616793003: Reland (2) of: Allow base to depend on allocator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adding base dependencies to missing targets Created 4 years, 11 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 | « base/base.gyp ('k') | third_party/mesa/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/ppapi/BUILD.gn
diff --git a/media/cdm/ppapi/BUILD.gn b/media/cdm/ppapi/BUILD.gn
index 9eb7fd6f8e28304b608025b918e5691f7fcc391d..b0622e125f60c657d730f83c51dcc7f2fedc52c0 100644
--- a/media/cdm/ppapi/BUILD.gn
+++ b/media/cdm/ppapi/BUILD.gn
@@ -64,6 +64,7 @@ ppapi_cdm_adapter("clearkeycdmadapter") {
deps = [
":clearkeycdm",
":clearkeycdmadapter_resources",
+ "//base", # Required for the allocator implementation.
"//ppapi/cpp",
]
}
« no previous file with comments | « base/base.gyp ('k') | third_party/mesa/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698