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

Issue 1627533002: [Chromecast] Depend on Chromium's freetype-android (Closed)

Created:
4 years, 11 months ago by bcf
Modified:
4 years, 10 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, jochen+watch_chromium.org, mkwst+moarreviews-shell_chromium.org, mlamouri+watch-content_chromium.org, Peter Beverloo
Base URL:
https://chromium.googlesource.com/chromium/src@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chromecast] Depend on Chromium's freetype-android This change helps to reduce the external dependencies for OEMs to support cast_shell. Updates third_party/libpng so it can be used as a dependency for freetype on Chromecast. Remove the gyp variable use_custom_freetype because it is now unused. BUG=internal b/26249831 TEST=builds and runs with gyp and gn Committed: https://crrev.com/0ddf78a46654c13f9ee7de921a820087f45375e3 Cr-Commit-Position: refs/heads/master@{#372996}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Updates for GN #

Patch Set 3 : Add clarification of using freetype-android #

Total comments: 5

Patch Set 4 : Update third_party/freetype-android/README.chromium #

Patch Set 5 : Remove use_system_fontconfig flag from build/linux/BUILD.gn #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -38 lines) Patch
M build/common.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M build/config/linux/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M build/linux/BUILD.gn View 1 2 3 4 2 chunks +16 lines, -5 lines 0 comments Download
M build/linux/system.gyp View 1 chunk +8 lines, -1 line 0 comments Download
M content/content_shell.gypi View 3 chunks +1 line, -12 lines 0 comments Download
M content/shell/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M skia/BUILD.gn View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/fontconfig/BUILD.gn View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/freetype-android/BUILD.gn View 1 2 chunks +8 lines, -1 line 0 comments Download
M third_party/freetype-android/README.chromium View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/freetype-android/freetype.gyp View 2 chunks +8 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/BUILD.gn View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/libpng/BUILD.gn View 1 2 chunks +3 lines, -1 line 0 comments Download
M third_party/libpng/libpng.gyp View 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 50 (14 generated)
bcf
This CL removes cast_shell dependencies on freetype2 and libpng. It uses third_party/freetype2-android which is security ...
4 years, 11 months ago (2016-01-22 23:44:41 UTC) #3
bcf
GN isn't updated yet. I'll update it after gyp reviewed.
4 years, 11 months ago (2016-01-22 23:45:06 UTC) #4
mbjorge
lgtm
4 years, 11 months ago (2016-01-23 00:27:36 UTC) #5
mbjorge
On 2016/01/23 at 00:27:36, mbjorge wrote: In the commit message, you say 'builds and runs ...
4 years, 11 months ago (2016-01-23 00:28:05 UTC) #6
bcf
On 2016/01/23 00:28:05, mbjorge wrote: > On 2016/01/23 at 00:27:36, mbjorge wrote: > In the ...
4 years, 11 months ago (2016-01-23 00:37:54 UTC) #7
slan
I know very little about freetype, but it is non-intuitive that a target called "freetype-android" ...
4 years, 11 months ago (2016-01-25 17:35:16 UTC) #8
slan
I know very little about freetype, but it is non-intuitive that a target called "freetype-android" ...
4 years, 11 months ago (2016-01-25 17:35:17 UTC) #9
bcf
On 2016/01/25 17:35:17, slan wrote: > I know very little about freetype, but it is ...
4 years, 11 months ago (2016-01-25 19:50:23 UTC) #10
bcf
https://codereview.chromium.org/1627533002/diff/1/build/linux/BUILD.gn File build/linux/BUILD.gn (right): https://codereview.chromium.org/1627533002/diff/1/build/linux/BUILD.gn#newcode14 build/linux/BUILD.gn:14: use_system_fontconfig = !is_chromecast On 2016/01/25 17:35:16, slan wrote: > ...
4 years, 11 months ago (2016-01-25 19:51:33 UTC) #11
slan
lgtm % nit Please add OWNERS https://codereview.chromium.org/1627533002/diff/1/build/linux/BUILD.gn File build/linux/BUILD.gn (right): https://codereview.chromium.org/1627533002/diff/1/build/linux/BUILD.gn#newcode14 build/linux/BUILD.gn:14: use_system_fontconfig = !is_chromecast ...
4 years, 10 months ago (2016-01-27 23:57:06 UTC) #12
bcf
+ OWNERS Any thoughts on this? thestig@ I had a similar CL last week, and ...
4 years, 10 months ago (2016-01-28 00:45:27 UTC) #14
Dirk Pranke
lgtm if the change in //content/shell/BUILD.gn is correct. Can you please update the CL subject ...
4 years, 10 months ago (2016-01-28 01:09:21 UTC) #15
bcf
https://codereview.chromium.org/1627533002/diff/40001/content/shell/BUILD.gn File content/shell/BUILD.gn (right): https://codereview.chromium.org/1627533002/diff/40001/content/shell/BUILD.gn#newcode317 content/shell/BUILD.gn:317: deps += [ "//third_party/freetype2" ] On 2016/01/28 01:09:21, Dirk ...
4 years, 10 months ago (2016-01-28 21:37:28 UTC) #17
Nico
https://groups.google.com/a/chromium.org/d/msg/chromium-reviews/-wRFeRlSe2U/zt6A-lPnDAAJ suggests that Lei is pretty concerned about this. Don't land this before Lei has ...
4 years, 10 months ago (2016-01-28 21:42:00 UTC) #18
Lei Zhang
On 2016/01/28 21:42:00, Nico wrote: > https://groups.google.com/a/chromium.org/d/msg/chromium-reviews/-wRFeRlSe2U/zt6A-lPnDAAJ > suggests that Lei is pretty concerned about ...
4 years, 10 months ago (2016-01-28 21:51:03 UTC) #20
Nico
ok, if Lei and Dirk are happy, then so am I. I did look over ...
4 years, 10 months ago (2016-01-28 21:55:47 UTC) #21
bcf
https://codereview.chromium.org/1627533002/diff/40001/content/shell/BUILD.gn File content/shell/BUILD.gn (right): https://codereview.chromium.org/1627533002/diff/40001/content/shell/BUILD.gn#newcode317 content/shell/BUILD.gn:317: deps += [ "//third_party/freetype2" ] On 2016/01/28 21:55:47, Nico ...
4 years, 10 months ago (2016-01-28 22:31:04 UTC) #22
Nico
lgtm, don't wait with landing until I understand this :-) I'd appreciate a reply though ...
4 years, 10 months ago (2016-01-28 22:33:01 UTC) #23
Lei Zhang
On 2016/01/28 22:33:01, Nico wrote: > Does android use freetype2 for tests and freetype-android for ...
4 years, 10 months ago (2016-01-28 22:41:45 UTC) #24
bcf
On 2016/01/28 22:33:01, Nico wrote: > lgtm, don't wait with landing until I understand this ...
4 years, 10 months ago (2016-01-28 22:44:51 UTC) #25
Dirk Pranke
On 2016/01/28 22:44:51, bcf wrote: > On 2016/01/28 22:33:01, Nico wrote: > > lgtm, don't ...
4 years, 10 months ago (2016-01-28 22:51:52 UTC) #26
bcf
On 2016/01/28 22:51:52, Dirk Pranke wrote: > On 2016/01/28 22:44:51, bcf wrote: > > On ...
4 years, 10 months ago (2016-01-28 22:55:42 UTC) #27
bcf
On 2016/01/28 22:41:45, Lei Zhang wrote: > On 2016/01/28 22:33:01, Nico wrote: > > Does ...
4 years, 10 months ago (2016-01-28 22:57:07 UTC) #29
Dirk Pranke
On 2016/01/28 22:55:42, bcf wrote: > Dirk, > > Are the current subject and description ...
4 years, 10 months ago (2016-01-28 23:00:05 UTC) #30
Xianzhu
On 2016/01/28 22:57:07, bcf wrote: > On 2016/01/28 22:41:45, Lei Zhang wrote: > > On ...
4 years, 10 months ago (2016-01-28 23:06:15 UTC) #31
jam
did you add me for content? if so rubberstamp lgtm based on the other reviews
4 years, 10 months ago (2016-01-29 17:02:57 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1627533002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1627533002/80001
4 years, 10 months ago (2016-01-29 23:40:44 UTC) #34
bcf
On 2016/01/29 17:02:57, jam wrote: > did you add me for content? if so rubberstamp ...
4 years, 10 months ago (2016-01-29 23:44:28 UTC) #35
bcf
After discussing with slan@, PS4 removes the use_system_fontconfig from build/linux/BUILD.gn to be consistent with the ...
4 years, 10 months ago (2016-01-29 23:45:59 UTC) #36
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/109151)
4 years, 10 months ago (2016-01-30 00:00:43 UTC) #38
slan
On 2016/01/30 00:00:43, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
4 years, 10 months ago (2016-01-30 00:38:13 UTC) #39
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1627533002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1627533002/80001
4 years, 10 months ago (2016-02-02 05:13:29 UTC) #41
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-02 07:51:19 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1627533002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1627533002/80001
4 years, 10 months ago (2016-02-02 18:44:17 UTC) #46
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-02 18:52:34 UTC) #48
commit-bot: I haz the power
4 years, 10 months ago (2016-02-02 18:54:22 UTC) #50
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/0ddf78a46654c13f9ee7de921a820087f45375e3
Cr-Commit-Position: refs/heads/master@{#372996}

Powered by Google App Engine
This is Rietveld 408576698