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

Side by Side Diff: third_party/widevine/cdm/BUILD.gn

Issue 2580093002: Revert of Convert USE_PROPRIETARY_CODECS to a buildflag header. (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
« no previous file with comments | « media/test/pipeline_integration_test.cc ('k') | third_party/widevine/cdm/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//chrome/process_version_rc_template.gni") 7 import("//chrome/process_version_rc_template.gni")
8 import("//media/cdm/ppapi/cdm_paths.gni") 8 import("//media/cdm/ppapi/cdm_paths.gni")
9 import("//media/cdm/ppapi/ppapi_cdm_adapter.gni") 9 import("//media/cdm/ppapi/ppapi_cdm_adapter.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 ] 66 ]
67 } 67 }
68 68
69 source_set("headers") { 69 source_set("headers") {
70 public = [ 70 public = [
71 "widevine_cdm_common.h", 71 "widevine_cdm_common.h",
72 ] 72 ]
73 73
74 public_deps = [ 74 public_deps = [
75 ":version_h", # Forward permission to use version header. 75 ":version_h", # Forward permission to use version header.
76 "//media:media_features",
77 "//ppapi/features", 76 "//ppapi/features",
78 ] 77 ]
79 } 78 }
80 79
81 if (widevine_cdm_binary_files != []) { 80 if (widevine_cdm_binary_files != []) {
82 copy("widevinecdm") { 81 copy("widevinecdm") {
83 sources = widevine_cdm_binary_files 82 sources = widevine_cdm_binary_files
84 outputs = [ 83 outputs = [
85 "$root_out_dir/$widevine_cdm_path/{{source_file_part}}", 84 "$root_out_dir/$widevine_cdm_path/{{source_file_part}}",
86 ] 85 ]
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 # on the license server. 184 # on the license server.
186 source_set("widevine_test_license_server") { 185 source_set("widevine_test_license_server") {
187 if (is_chrome_branded && is_linux) { 186 if (is_chrome_branded && is_linux) {
188 deps = [ 187 deps = [
189 # TODO(jrummell) 188 # TODO(jrummell)
190 # This target should be removed and targets should have data_deps on this target: 189 # This target should be removed and targets should have data_deps on this target:
191 #"//third_party/widevine/test/license_server/license_server.gyp:test_licen se_server" 190 #"//third_party/widevine/test/license_server/license_server.gyp:test_licen se_server"
192 ] 191 ]
193 } 192 }
194 } 193 }
OLDNEW
« no previous file with comments | « media/test/pipeline_integration_test.cc ('k') | third_party/widevine/cdm/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698