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

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

Issue 1123433002: Add a GN flag for the Windows multi-dll build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « gpu/config/BUILD.gn ('k') | remoting/remoting_version.gni » ('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 5b8339b588e60c9ba2a6ed39b0dd684d1ad339be..585e6bf00a205457e16d0a0e4430d29b6e7e289e 100644
--- a/media/cdm/ppapi/BUILD.gn
+++ b/media/cdm/ppapi/BUILD.gn
@@ -49,22 +49,16 @@ shared_library("clearkeycdm") {
# TODO(GYP) on Mac: 'DYLIB_INSTALL_NAME_BASE': '@loader_path',
}
-clearkeycdmadapter_rc_file = "$target_gen_dir/clearkeycdmadapter_version.rc"
-
process_version("clearkeycdmadapter_resources") {
visibility = [ ":*" ]
sources = [
"//media/clearkeycdmadapter.ver",
"external_clear_key/BRANDING",
]
- output = clearkeycdmadapter_rc_file
+ output = "$target_gen_dir/clearkeycdmadapter_version.rc"
}
cdm_adapter("clearkeycdmadapter") {
- sources = [
- clearkeycdmadapter_rc_file,
- ]
-
# Check whether the plugin's origin URL is valid.
defines = [ "CHECK_DOCUMENT_URL" ]
deps = [
« no previous file with comments | « gpu/config/BUILD.gn ('k') | remoting/remoting_version.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698