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

Issue 1988023003: [gn] Port icu_use_data_file_flag in gn (Closed)

Created:
4 years, 7 months ago by Michael Achenbach
Modified:
4 years, 7 months ago
Reviewers:
vogelheim
CC:
v8-reviews_googlegroups.com, jochen (gone - plz use gerrit)
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[gn] Port icu_use_data_file_flag in gn BUG=chromium:474921 LOG=n NOTRY=true Committed: https://crrev.com/517b6599282b41d049e3368567940a95fec9b6e4 Cr-Commit-Position: refs/heads/master@{#36329}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rebase #

Total comments: 2

Patch Set 3 : Review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -14 lines) Patch
M BUILD.gn View 1 2 2 chunks +11 lines, -2 lines 0 comments Download
M build_overrides/v8.gni View 1 chunk +1 line, -0 lines 0 comments Download
M src/v8.gyp View 1 2 chunks +14 lines, -12 lines 0 comments Download

Messages

Total messages: 23 (12 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1988023003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1988023003/1
4 years, 7 months ago (2016-05-18 11:51:56 UTC) #3
Michael Achenbach
PTAL https://codereview.chromium.org/1988023003/diff/1/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1988023003/diff/1/BUILD.gn#newcode23 BUILD.gn:23: icu_use_data_file_flag = true I'm not happy to have ...
4 years, 7 months ago (2016-05-18 12:07:19 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1988023003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1988023003/20001
4 years, 7 months ago (2016-05-18 12:09:23 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-18 12:37:43 UTC) #9
vogelheim
lgtm https://codereview.chromium.org/1988023003/diff/20001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1988023003/diff/20001/BUILD.gn#newcode1846 BUILD.gn:1846: if (is_win) { style nitpick: GN manual uses ...
4 years, 7 months ago (2016-05-18 14:16:56 UTC) #10
Michael Achenbach
Thanks! https://codereview.chromium.org/1988023003/diff/20001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1988023003/diff/20001/BUILD.gn#newcode1846 BUILD.gn:1846: if (is_win) { On 2016/05/18 14:16:56, vogelheim wrote: ...
4 years, 7 months ago (2016-05-18 14:23:37 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1988023003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1988023003/40001
4 years, 7 months ago (2016-05-18 14:23:54 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1988023003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1988023003/40001
4 years, 7 months ago (2016-05-18 14:41:40 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-18 14:43:36 UTC) #20
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/517b6599282b41d049e3368567940a95fec9b6e4 Cr-Commit-Position: refs/heads/master@{#36329}
4 years, 7 months ago (2016-05-18 14:44:47 UTC) #22
Michael Achenbach
4 years, 7 months ago (2016-05-19 07:59:27 UTC) #23
Message was sent while issue was closed.
This patch is not complete yet. There is also a flag from ICU upstream:
https://code.google.com/p/chromium/codesearch#chromium/src/third_party/icu/co...

We should use this instead to control v8's and icu's behavior. Unfortunately
there's no way to overwrite args defaults in the build overrides v8.gni. If we
specify it there, it's just ignored. I'll post on gn-dev.

Powered by Google App Engine
This is Rietveld 408576698