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

Side by Side Diff: chrome/installer/linux/BUILD.gn

Issue 2743433002: Remove the Widevine signature files from the Linux and ChromeOS builds (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/installer/linux/common/installer.include » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//build/config/sysroot.gni") 8 import("//build/config/sysroot.gni")
9 import("//build/util/process_version.gni") 9 import("//build/util/process_version.gni")
10 import("//build/util/version.gni") 10 import("//build/util/version.gni")
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "//components/nacl/loader:nacl_helper", 187 "//components/nacl/loader:nacl_helper",
188 188
189 # These are data_deps of nacl_helper, but that is not enough, 189 # These are data_deps of nacl_helper, but that is not enough,
190 # as explained above. 190 # as explained above.
191 "//native_client/src/trusted/service_runtime/linux:bootstrap", 191 "//native_client/src/trusted/service_runtime/linux:bootstrap",
192 "//ppapi/native_client:irt", 192 "//ppapi/native_client:irt",
193 ] 193 ]
194 } 194 }
195 if (current_cpu == "x86" || current_cpu == "x64") { 195 if (current_cpu == "x86" || current_cpu == "x64") {
196 public_deps += [ 196 public_deps += [
197 "//third_party/widevine/cdm:widevine_signature_scripts",
198 "//third_party/widevine/cdm:widevinecdm", 197 "//third_party/widevine/cdm:widevinecdm",
199 "//third_party/widevine/cdm:widevinecdmadapter", 198 "//third_party/widevine/cdm:widevinecdmadapter",
200 ] 199 ]
201 } 200 }
202 if (!is_chromeos) { 201 if (!is_chromeos) {
203 public_deps += [ ":rpm_packaging_files" ] 202 public_deps += [ ":rpm_packaging_files" ]
204 } 203 }
205 if (use_custom_libcxx) { 204 if (use_custom_libcxx) {
206 public_deps += [ "//buildtools/third_party/libc++" ] 205 public_deps += [ "//buildtools/third_party/libc++" ]
207 } 206 }
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 # Other packages that we support that aren't included in the default "linux" 360 # Other packages that we support that aren't included in the default "linux"
362 # target. 361 # target.
363 linux_package("trunk") { 362 linux_package("trunk") {
364 channel = "trunk" 363 channel = "trunk"
365 } 364 }
366 if (is_asan) { 365 if (is_asan) {
367 linux_package("asan") { 366 linux_package("asan") {
368 channel = "asan" 367 channel = "asan"
369 } 368 }
370 } 369 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/installer/linux/common/installer.include » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698