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

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

Issue 2572883002: Convert USE_PROPRIETARY_CODECS to a buildflag header. (Closed)
Patch Set: Merge 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",
76 "//ppapi/features", 77 "//ppapi/features",
77 ] 78 ]
78 } 79 }
79 80
80 if (widevine_cdm_binary_files != []) { 81 if (widevine_cdm_binary_files != []) {
81 copy("widevinecdm") { 82 copy("widevinecdm") {
82 sources = widevine_cdm_binary_files 83 sources = widevine_cdm_binary_files
83 outputs = [ 84 outputs = [
84 "$root_out_dir/$widevine_cdm_path/{{source_file_part}}", 85 "$root_out_dir/$widevine_cdm_path/{{source_file_part}}",
85 ] 86 ]
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 # on the license server. 185 # on the license server.
185 source_set("widevine_test_license_server") { 186 source_set("widevine_test_license_server") {
186 if (is_chrome_branded && is_linux) { 187 if (is_chrome_branded && is_linux) {
187 deps = [ 188 deps = [
188 # TODO(jrummell) 189 # TODO(jrummell)
189 # This target should be removed and targets should have data_deps on this target: 190 # This target should be removed and targets should have data_deps on this target:
190 #"//third_party/widevine/test/license_server/license_server.gyp:test_licen se_server" 191 #"//third_party/widevine/test/license_server/license_server.gyp:test_licen se_server"
191 ] 192 ]
192 } 193 }
193 } 194 }
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