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

Issue 203163003: Use the system provided harfbuzz on chromeos (Closed)

Created:
6 years, 9 months ago by jochen (gone - plz use gerrit)
Modified:
6 years, 9 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Use the system provided harfbuzz on chromeos It's part of the pango library we use already, so by using it, we avoid a link time collission. However, if you build just the browser on linux on ubuntu 12, we don't have such an up to date pango available, so we need to be a bit smart about whether or not to use the system harfbuzz. This also allows for treating linker warnings as errors on chromeos BUG=353127 R=jshin@chromium.org, thakis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259423 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259530 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259652

Patch Set 1 #

Total comments: 11

Patch Set 2 : updates #

Patch Set 3 : updates #

Total comments: 1

Patch Set 4 : moar magic #

Total comments: 1

Patch Set 5 : updates #

Patch Set 6 : updates #

Total comments: 4

Patch Set 7 : updates #

Patch Set 8 : updates #

Total comments: 2

Patch Set 9 : updates #

Patch Set 10 : rebase #

Patch Set 11 : reland #

Patch Set 12 : don't enable on chromeos yet #

Patch Set 13 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -151 lines) Patch
A + build/check_return_value.py View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -3 lines 0 comments Download
M build/common.gypi View 1 2 3 4 5 6 7 8 9 10 11 9 chunks +25 lines, -18 lines 0 comments Download
M third_party/harfbuzz-ng/harfbuzz.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +191 lines, -130 lines 0 comments Download

Messages

Total messages: 52 (0 generated)
jochen (gone - plz use gerrit)
6 years, 9 months ago (2014-03-18 14:56:23 UTC) #1
Nico
I don't understand the gyp bits. Shouldn't you get most of that from build/common.gypi already? ...
6 years, 9 months ago (2014-03-18 15:12:12 UTC) #2
jochen (gone - plz use gerrit)
ptal https://codereview.chromium.org/203163003/diff/1/build/common.gypi File build/common.gypi (left): https://codereview.chromium.org/203163003/diff/1/build/common.gypi#oldcode2983 build/common.gypi:2983: ['os_posix==1 and chromeos==0', { On 2014/03/18 15:12:13, Nico ...
6 years, 9 months ago (2014-03-18 15:39:37 UTC) #3
Nico
lgtm since android doesn't have pkg-config anyway (I'm sure we have the problem I'm hinting ...
6 years, 9 months ago (2014-03-18 15:48:55 UTC) #4
jochen (gone - plz use gerrit)
I think I'll update the patch to be a bit more magic and automatically decide ...
6 years, 9 months ago (2014-03-18 18:07:01 UTC) #5
jungshik at Google
Thanks for the CL. This one has to wait until harfbuzz on Chrome OS is ...
6 years, 9 months ago (2014-03-18 19:05:29 UTC) #6
jochen (gone - plz use gerrit)
On 2014/03/18 19:05:29, Jungshik Shin wrote: > Thanks for the CL. > > This one ...
6 years, 9 months ago (2014-03-18 19:22:07 UTC) #7
Inactive
FYI, I get the following linking errors with this patch on my Ubuntu 13.10 Desktop: ...
6 years, 9 months ago (2014-03-18 20:28:42 UTC) #8
jungshik at Google
On 2014/03/18 20:28:42, Chris Dumez wrote: > FYI, I get the following linking errors with ...
6 years, 9 months ago (2014-03-18 20:32:09 UTC) #9
davve
On 2014/03/18 20:32:09, Jungshik Shin wrote: > On 2014/03/18 20:28:42, Chris Dumez wrote: > > ...
6 years, 9 months ago (2014-03-19 08:26:22 UTC) #10
Nico
https://codereview.chromium.org/203163003/diff/90001/third_party/harfbuzz-ng/harfbuzz.gyp File third_party/harfbuzz-ng/harfbuzz.gyp (right): https://codereview.chromium.org/203163003/diff/90001/third_party/harfbuzz-ng/harfbuzz.gyp#newcode25 third_party/harfbuzz-ng/harfbuzz.gyp:25: # anyways. Oh hmm, does that mean we have ...
6 years, 9 months ago (2014-03-19 09:52:52 UTC) #11
jochen (gone - plz use gerrit)
https://codereview.chromium.org/203163003/diff/90001/third_party/harfbuzz-ng/harfbuzz.gyp File third_party/harfbuzz-ng/harfbuzz.gyp (right): https://codereview.chromium.org/203163003/diff/90001/third_party/harfbuzz-ng/harfbuzz.gyp#newcode25 third_party/harfbuzz-ng/harfbuzz.gyp:25: # anyways. On 2014/03/19 09:52:52, Nico (on GMT time ...
6 years, 9 months ago (2014-03-19 10:36:52 UTC) #12
Nico
https://codereview.chromium.org/203163003/diff/90001/third_party/harfbuzz-ng/harfbuzz.gyp File third_party/harfbuzz-ng/harfbuzz.gyp (right): https://codereview.chromium.org/203163003/diff/90001/third_party/harfbuzz-ng/harfbuzz.gyp#newcode25 third_party/harfbuzz-ng/harfbuzz.gyp:25: # anyways. On 2014/03/19 10:36:53, jochen wrote: > On ...
6 years, 9 months ago (2014-03-19 10:39:29 UTC) #13
jochen (gone - plz use gerrit)
On 2014/03/19 10:39:29, Nico (on GMT time Mar 15 - 24) wrote: > https://codereview.chromium.org/203163003/diff/90001/third_party/harfbuzz-ng/harfbuzz.gyp > ...
6 years, 9 months ago (2014-03-19 10:42:28 UTC) #14
Nico
https://codereview.chromium.org/203163003/diff/90001/third_party/harfbuzz-ng/harfbuzz.gyp File third_party/harfbuzz-ng/harfbuzz.gyp (right): https://codereview.chromium.org/203163003/diff/90001/third_party/harfbuzz-ng/harfbuzz.gyp#newcode25 third_party/harfbuzz-ng/harfbuzz.gyp:25: # anyways. On 2014/03/19 10:39:30, Nico (on GMT time ...
6 years, 9 months ago (2014-03-19 10:51:07 UTC) #15
jochen (gone - plz use gerrit)
On 2014/03/19 10:51:07, Nico (on GMT time Mar 15 - 24) wrote: > https://codereview.chromium.org/203163003/diff/90001/third_party/harfbuzz-ng/harfbuzz.gyp > ...
6 years, 9 months ago (2014-03-19 14:47:40 UTC) #16
jungshik at Google
On 2014/03/19 14:47:40, jochen wrote: > On 2014/03/19 10:51:07, Nico (on GMT time Mar 15 ...
6 years, 9 months ago (2014-03-20 00:37:36 UTC) #17
jungshik at Google
LGTM with what's below (pango version). https://codereview.chromium.org/203163003/diff/130001/third_party/harfbuzz-ng/harfbuzz.gyp File third_party/harfbuzz-ng/harfbuzz.gyp (right): https://codereview.chromium.org/203163003/diff/130001/third_party/harfbuzz-ng/harfbuzz.gyp#newcode29 third_party/harfbuzz-ng/harfbuzz.gyp:29: 'use_system_harfbuzz': '<!(python ../../build/check_return_value.py ...
6 years, 9 months ago (2014-03-20 21:21:43 UTC) #18
jochen (gone - plz use gerrit)
https://codereview.chromium.org/203163003/diff/130001/third_party/harfbuzz-ng/harfbuzz.gyp File third_party/harfbuzz-ng/harfbuzz.gyp (right): https://codereview.chromium.org/203163003/diff/130001/third_party/harfbuzz-ng/harfbuzz.gyp#newcode29 third_party/harfbuzz-ng/harfbuzz.gyp:29: 'use_system_harfbuzz': '<!(python ../../build/check_return_value.py <(pkg-config) --atleast-version=1.32.4 pangoft2)', On 2014/03/20 21:21:44, ...
6 years, 9 months ago (2014-03-21 09:54:51 UTC) #19
jochen (gone - plz use gerrit)
The CQ bit was checked by jochen@chromium.org
6 years, 9 months ago (2014-03-25 18:39:39 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/203163003/150001
6 years, 9 months ago (2014-03-25 18:40:13 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 18:40:37 UTC) #22
commit-bot: I haz the power
Failed to apply patch for build/check_return_value.py: While running patch -p1 --forward --force --no-backup-if-mismatch; A build/check_return_value.py ...
6 years, 9 months ago (2014-03-25 18:40:37 UTC) #23
jochen (gone - plz use gerrit)
The CQ bit was checked by jochen@chromium.org
6 years, 9 months ago (2014-03-25 18:50:56 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/203163003/210001
6 years, 9 months ago (2014-03-25 18:55:02 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 19:03:22 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_compile_dbg
6 years, 9 months ago (2014-03-25 19:03:22 UTC) #27
jochen (gone - plz use gerrit)
The CQ bit was checked by jochen@chromium.org
6 years, 9 months ago (2014-03-25 20:01:29 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/203163003/210001
6 years, 9 months ago (2014-03-25 20:02:20 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 21:37:59 UTC) #30
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) net_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=287799
6 years, 9 months ago (2014-03-25 21:37:59 UTC) #31
jochen (gone - plz use gerrit)
The CQ bit was checked by jochen@chromium.org
6 years, 9 months ago (2014-03-25 21:41:32 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/203163003/210001
6 years, 9 months ago (2014-03-25 21:42:29 UTC) #33
commit-bot: I haz the power
Change committed as 259423
6 years, 9 months ago (2014-03-26 00:47:31 UTC) #34
erikchen
A revert of this CL has been created in https://codereview.chromium.org/211473008/ by erikchen@chromium.org. The reason for ...
6 years, 9 months ago (2014-03-26 01:37:12 UTC) #35
jochen (gone - plz use gerrit)
Committed patchset #11 manually as r259530 (presubmit successful).
6 years, 9 months ago (2014-03-26 08:05:33 UTC) #36
jochen (gone - plz use gerrit)
A revert of this CL has been created in https://codereview.chromium.org/212313003/ by jochen@chromium.org. The reason for ...
6 years, 9 months ago (2014-03-26 09:30:30 UTC) #37
jochen (gone - plz use gerrit)
The CQ bit was checked by jochen@chromium.org
6 years, 9 months ago (2014-03-26 12:16:43 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/203163003/550001
6 years, 9 months ago (2014-03-26 12:16:53 UTC) #39
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-26 12:37:37 UTC) #40
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=288218
6 years, 9 months ago (2014-03-26 12:37:38 UTC) #41
jochen (gone - plz use gerrit)
The CQ bit was checked by jochen@chromium.org
6 years, 9 months ago (2014-03-26 12:41:24 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/203163003/550001
6 years, 9 months ago (2014-03-26 12:41:33 UTC) #43
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-26 12:51:12 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_compile_dbg
6 years, 9 months ago (2014-03-26 12:51:13 UTC) #45
jochen (gone - plz use gerrit)
The CQ bit was checked by jochen@chromium.org
6 years, 9 months ago (2014-03-26 15:07:31 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/203163003/790001
6 years, 9 months ago (2014-03-26 15:07:39 UTC) #47
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-26 15:30:38 UTC) #48
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, compile, components_unittests, content_unittests, crypto_unittests, net_unittests, ...
6 years, 9 months ago (2014-03-26 15:30:39 UTC) #49
jochen (gone - plz use gerrit)
The CQ bit was checked by jochen@chromium.org
6 years, 9 months ago (2014-03-26 17:11:21 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/203163003/790001
6 years, 9 months ago (2014-03-26 17:13:11 UTC) #51
commit-bot: I haz the power
6 years, 9 months ago (2014-03-26 19:10:06 UTC) #52
Message was sent while issue was closed.
Change committed as 259652

Powered by Google App Engine
This is Rietveld 408576698