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

Issue 2647393004: Add Widevine signature files into Mac build (Closed)

Created:
3 years, 11 months ago by jrummell
Modified:
3 years, 10 months ago
CC:
chromium-reviews, eme-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add Widevine signature files into Mac build On official Mac builds Widevine is included in the app. This change adds the matching signature files needed by Widevine. BUG=684871 TEST=signature files created in the correct place when is_official_build Review-Url: https://codereview.chromium.org/2647393004 Cr-Commit-Position: refs/heads/master@{#452603} Committed: https://chromium.googlesource.com/chromium/src/+/5762e61a17e4e05c490be128fd96204f24c1a457

Patch Set 1 #

Total comments: 10

Patch Set 2 : changes #

Total comments: 6

Patch Set 3 : template #

Total comments: 4

Patch Set 4 : add comment #

Total comments: 2

Patch Set 5 : change framework signing #

Patch Set 6 : rebase with version changes #

Total comments: 4

Patch Set 7 : move framework.sig file #

Total comments: 2

Patch Set 8 : changes (plus rebase) #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -1 line) Patch
M chrome/BUILD.gn View 1 2 3 4 5 6 7 3 chunks +39 lines, -0 lines 3 comments Download
M third_party/widevine/cdm/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +4 lines, -1 line 0 comments Download
M third_party/widevine/cdm/widevine.gni View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 56 (24 generated)
jrummell
PTAL. It does require that the third_party/widevine/ directory have the .sig file checked in.
3 years, 11 months ago (2017-01-25 00:35:43 UTC) #2
xhwang
I didn't review the details. Just some high level comments about the steps. https://codereview.chromium.org/2647393004/diff/1/chrome/BUILD.gn File ...
3 years, 11 months ago (2017-01-26 01:22:56 UTC) #3
jrummell
Updated. https://codereview.chromium.org/2647393004/diff/1/chrome/BUILD.gn File chrome/BUILD.gn (right): https://codereview.chromium.org/2647393004/diff/1/chrome/BUILD.gn#newcode856 chrome/BUILD.gn:856: "$root_out_dir/libwidevinecdm.dylib", On 2017/01/26 01:22:56, xhwang_slow wrote: > Is ...
3 years, 10 months ago (2017-01-27 23:13:41 UTC) #6
xhwang
looking much better, I only have a few comments. https://codereview.chromium.org/2647393004/diff/20001/chrome/BUILD.gn File chrome/BUILD.gn (right): https://codereview.chromium.org/2647393004/diff/20001/chrome/BUILD.gn#newcode908 chrome/BUILD.gn:908: ...
3 years, 10 months ago (2017-01-28 00:29:38 UTC) #7
jrummell
Updated. https://codereview.chromium.org/2647393004/diff/20001/chrome/BUILD.gn File chrome/BUILD.gn (right): https://codereview.chromium.org/2647393004/diff/20001/chrome/BUILD.gn#newcode908 chrome/BUILD.gn:908: action("widevine_generate_cdm_adapter_signature") { On 2017/01/28 00:29:38, xhwang_slow wrote: > ...
3 years, 10 months ago (2017-01-28 02:05:10 UTC) #10
xhwang
lgtm % nits https://codereview.chromium.org/2647393004/diff/40001/third_party/widevine/cdm/widevine.gni File third_party/widevine/cdm/widevine.gni (right): https://codereview.chromium.org/2647393004/diff/40001/third_party/widevine/cdm/widevine.gni#newcode10 third_party/widevine/cdm/widevine.gni:10: template("widevine_sign_file") { Please add a comment ...
3 years, 10 months ago (2017-01-28 05:21:53 UTC) #13
Greg K
I decided to give this CL a try and hit the following error: kerrnel$ ninja ...
3 years, 10 months ago (2017-01-31 02:42:15 UTC) #15
xhwang
On 2017/01/31 02:42:15, Greg K wrote: > I decided to give this CL a try ...
3 years, 10 months ago (2017-01-31 06:08:29 UTC) #16
Greg K
On 2017/01/31 06:08:29, xhwang_slow wrote: > On 2017/01/31 02:42:15, Greg K wrote: > > I ...
3 years, 10 months ago (2017-01-31 10:06:04 UTC) #17
Robert Sesek
https://codereview.chromium.org/2647393004/diff/60001/chrome/BUILD.gn File chrome/BUILD.gn (right): https://codereview.chromium.org/2647393004/diff/60001/chrome/BUILD.gn#newcode924 chrome/BUILD.gn:924: "{{bundle_root_dir}}/Versions/$chrome_version_full/$chrome_framework_name.framework/{{source_file_part}}", I do not think this is going to ...
3 years, 10 months ago (2017-01-31 18:40:18 UTC) #19
jrummell
Greg K: I've been building this locally for a while. To do that I've created ...
3 years, 10 months ago (2017-01-31 22:29:18 UTC) #20
jrummell
Updated. https://codereview.chromium.org/2647393004/diff/60001/chrome/BUILD.gn File chrome/BUILD.gn (right): https://codereview.chromium.org/2647393004/diff/60001/chrome/BUILD.gn#newcode924 chrome/BUILD.gn:924: "{{bundle_root_dir}}/Versions/$chrome_version_full/$chrome_framework_name.framework/{{source_file_part}}", On 2017/01/31 18:40:18, Robert Sesek wrote: > ...
3 years, 10 months ago (2017-02-02 23:04:55 UTC) #21
Robert Sesek
LGTM
3 years, 10 months ago (2017-02-07 21:45:04 UTC) #22
jrummell
+dpranke@ for OWNERS review of chrome/BUILD.gn
3 years, 10 months ago (2017-02-08 22:38:08 UTC) #24
Dirk Pranke
lgtm
3 years, 10 months ago (2017-02-09 01:22:43 UTC) #25
jrummell
Thanks for the reviews. I'm waiting to submit this until the Widevine CDM signature file ...
3 years, 10 months ago (2017-02-11 01:11:50 UTC) #26
Robert Sesek
FYI you may want to re-check this now that we are versioning the Mac framework ...
3 years, 10 months ago (2017-02-17 18:55:08 UTC) #27
jrummell
Updated to take in the latest version changes. rsesek@, can you take another look at ...
3 years, 10 months ago (2017-02-18 01:23:38 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2647393004/100001
3 years, 10 months ago (2017-02-18 03:28:49 UTC) #35
Robert Sesek
https://codereview.chromium.org/2647393004/diff/100001/chrome/BUILD.gn File chrome/BUILD.gn (right): https://codereview.chromium.org/2647393004/diff/100001/chrome/BUILD.gn#newcode663 chrome/BUILD.gn:663: final_directory = "$root_out_dir/$chrome_product_full_name.app/Contents/Versions/$chrome_version_full/$chrome_framework_name.framework/" I think this is just re-introducing ...
3 years, 10 months ago (2017-02-21 16:15:00 UTC) #37
jrummell
Comments only. I'll update the CL shortly. https://codereview.chromium.org/2647393004/diff/100001/chrome/BUILD.gn File chrome/BUILD.gn (right): https://codereview.chromium.org/2647393004/diff/100001/chrome/BUILD.gn#newcode663 chrome/BUILD.gn:663: final_directory = ...
3 years, 10 months ago (2017-02-21 19:54:56 UTC) #38
Robert Sesek
https://codereview.chromium.org/2647393004/diff/100001/chrome/BUILD.gn File chrome/BUILD.gn (right): https://codereview.chromium.org/2647393004/diff/100001/chrome/BUILD.gn#newcode663 chrome/BUILD.gn:663: final_directory = "$root_out_dir/$chrome_product_full_name.app/Contents/Versions/$chrome_version_full/$chrome_framework_name.framework/" On 2017/02/21 19:54:56, jrummell wrote: > ...
3 years, 10 months ago (2017-02-21 22:26:48 UTC) #39
jrummell
Updated to move the framework.sig file back. +sky@ for OWNERS review of chrome/common/media/cdm_host_file_path.cc (trivial path ...
3 years, 10 months ago (2017-02-22 01:02:08 UTC) #41
sky
https://codereview.chromium.org/2647393004/diff/120001/chrome/common/media/cdm_host_file_path.cc File chrome/common/media/cdm_host_file_path.cc (right): https://codereview.chromium.org/2647393004/diff/120001/chrome/common/media/cdm_host_file_path.cc#newcode83 chrome/common/media/cdm_host_file_path.cc:83: // the actual framework executable. As the framework is ...
3 years, 10 months ago (2017-02-22 17:00:07 UTC) #42
jrummell
With the symlinks run-time thinks the framework is in the directory it was prior to ...
3 years, 10 months ago (2017-02-22 23:14:51 UTC) #43
sky
-sky then
3 years, 10 months ago (2017-02-23 00:57:05 UTC) #46
Robert Sesek
This LG, just one question: https://codereview.chromium.org/2647393004/diff/140001/chrome/BUILD.gn File chrome/BUILD.gn (right): https://codereview.chromium.org/2647393004/diff/140001/chrome/BUILD.gn#newcode920 chrome/BUILD.gn:920: if (defined(chrome_framework_version)) { Can ...
3 years, 10 months ago (2017-02-23 18:09:32 UTC) #47
jrummell
https://codereview.chromium.org/2647393004/diff/140001/chrome/BUILD.gn File chrome/BUILD.gn (right): https://codereview.chromium.org/2647393004/diff/140001/chrome/BUILD.gn#newcode920 chrome/BUILD.gn:920: if (defined(chrome_framework_version)) { On 2017/02/23 18:09:32, Robert Sesek wrote: ...
3 years, 10 months ago (2017-02-23 18:39:03 UTC) #48
Robert Sesek
LGTM https://codereview.chromium.org/2647393004/diff/140001/chrome/BUILD.gn File chrome/BUILD.gn (right): https://codereview.chromium.org/2647393004/diff/140001/chrome/BUILD.gn#newcode920 chrome/BUILD.gn:920: if (defined(chrome_framework_version)) { On 2017/02/23 18:39:03, jrummell wrote: ...
3 years, 10 months ago (2017-02-23 18:54:49 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2647393004/140001
3 years, 10 months ago (2017-02-23 19:11:26 UTC) #52
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://chromium.googlesource.com/chromium/src/+/5762e61a17e4e05c490be128fd96204f24c1a457
3 years, 10 months ago (2017-02-23 20:19:44 UTC) #55
Robert Sesek
3 years, 10 months ago (2017-02-24 15:38:05 UTC) #56
Message was sent while issue was closed.
A revert of this CL (patchset #8 id:140001) has been created in
https://codereview.chromium.org/2714643009/ by rsesek@chromium.org.

The reason for reverting is: Broke official build https://crbug.com/695761.

Powered by Google App Engine
This is Rietveld 408576698