Index: media/cdm/ppapi/BUILD.gn |
diff --git a/media/cdm/ppapi/BUILD.gn b/media/cdm/ppapi/BUILD.gn |
index 95f056d26e7a1e7983e78913d26f9ce80d80b03c..4869c620445ff8da26b671b8c464966271ba0629 100644 |
--- a/media/cdm/ppapi/BUILD.gn |
+++ b/media/cdm/ppapi/BUILD.gn |
@@ -11,7 +11,6 @@ |
# "use_vpx". These should be added here if necessary but its not clear if |
# they are required any more. |
shared_library("clearkeycdm") { |
- output_dir = "$root_out_dir/ClearKeyCdm" |
sources = [ |
"cdm_file_io_test.cc", |
"cdm_file_io_test.h", |
@@ -63,8 +62,6 @@ |
} |
ppapi_cdm_adapter("clearkeycdmadapter") { |
- output_dir = "$root_out_dir/ClearKeyCdm" |
- |
# Check whether the plugin's origin URL is valid. |
defines = [ "CHECK_DOCUMENT_URL" ] |
deps = [ |