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

Issue 1207543002: Update libxml gyp and BUILD.gn, was missing some .h files (Closed)

Created:
5 years, 6 months ago by scottmg
Modified:
5 years, 6 months ago
Reviewers:
Nico
CC:
chromium-reviews, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update libxml gyp and BUILD.gn, was missing some .h files This caused the analyze step to be too aggressive in skipping things which caused https://codereview.chromium.org/1204813002 to land and break many compiles. (Case-insensitive sort order preserved to make it clear what changes in this CL, I'll do a separate no-op that sorts the list properly.) BUG=463958, 502468, 503747 Committed: https://crrev.com/127d99b4c173af397cb46ee089c80630adfb5a14 Cr-Commit-Position: refs/heads/master@{#335822}

Patch Set 1 #

Patch Set 2 : desort #

Patch Set 3 : desort more #

Patch Set 4 : desort more2 #

Total comments: 2

Patch Set 5 : gn too #

Total comments: 2

Patch Set 6 : timsort.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -2 lines) Patch
M third_party/libxml/BUILD.gn View 1 2 3 4 5 4 chunks +5 lines, -1 line 0 comments Download
M third_party/libxml/libxml.gyp View 1 2 3 4 4 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 22 (6 generated)
scottmg
5 years, 6 months ago (2015-06-23 21:17:19 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1207543002/60001
5 years, 6 months ago (2015-06-23 21:17:57 UTC) #4
scottmg
oops, forgot GN, one sec.
5 years, 6 months ago (2015-06-23 21:27:19 UTC) #5
Nico
https://codereview.chromium.org/1207543002/diff/60001/third_party/libxml/libxml.gyp File third_party/libxml/libxml.gyp (right): https://codereview.chromium.org/1207543002/diff/60001/third_party/libxml/libxml.gyp#newcode177 third_party/libxml/libxml.gyp:177: 'src/xmlIO.c', xmlIO.h includes xzlib.h, so maybe add that too?
5 years, 6 months ago (2015-06-23 21:30:20 UTC) #6
scottmg
https://codereview.chromium.org/1207543002/diff/60001/third_party/libxml/libxml.gyp File third_party/libxml/libxml.gyp (right): https://codereview.chromium.org/1207543002/diff/60001/third_party/libxml/libxml.gyp#newcode177 third_party/libxml/libxml.gyp:177: 'src/xmlIO.c', On 2015/06/23 21:30:20, Nico wrote: > xmlIO.h includes ...
5 years, 6 months ago (2015-06-23 21:32:43 UTC) #7
scottmg
On 2015/06/23 21:32:43, scottmg wrote: > https://codereview.chromium.org/1207543002/diff/60001/third_party/libxml/libxml.gyp > File third_party/libxml/libxml.gyp (right): > > https://codereview.chromium.org/1207543002/diff/60001/third_party/libxml/libxml.gyp#newcode177 > ...
5 years, 6 months ago (2015-06-23 21:35:17 UTC) #8
scottmg
OK! BEST CL EVER PTAL
5 years, 6 months ago (2015-06-23 21:37:22 UTC) #9
Nico
BEST LGTM
5 years, 6 months ago (2015-06-23 21:38:38 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1207543002/80001
5 years, 6 months ago (2015-06-23 22:00:19 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/84594)
5 years, 6 months ago (2015-06-23 22:14:08 UTC) #14
Nico
"ninja: error: '../../third_party/libxml/src/timsort.c', needed by 'obj/third_party/libxml/src/libxml2.timsort.o', missing and no known rule to make it" …wot? ...
5 years, 6 months ago (2015-06-23 22:15:59 UTC) #15
Nico
https://codereview.chromium.org/1207543002/diff/80001/third_party/libxml/BUILD.gn File third_party/libxml/BUILD.gn (right): https://codereview.chromium.org/1207543002/diff/80001/third_party/libxml/BUILD.gn#newcode111 third_party/libxml/BUILD.gn:111: "src/timsort.c", oh, this should say .h
5 years, 6 months ago (2015-06-23 22:16:25 UTC) #16
scottmg
https://codereview.chromium.org/1207543002/diff/80001/third_party/libxml/BUILD.gn File third_party/libxml/BUILD.gn (right): https://codereview.chromium.org/1207543002/diff/80001/third_party/libxml/BUILD.gn#newcode111 third_party/libxml/BUILD.gn:111: "src/timsort.c", On 2015/06/23 22:16:25, Nico wrote: > oh, this ...
5 years, 6 months ago (2015-06-23 22:27:21 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1207543002/100001
5 years, 6 months ago (2015-06-23 22:29:53 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 6 months ago (2015-06-24 00:16:20 UTC) #21
commit-bot: I haz the power
5 years, 6 months ago (2015-06-24 00:17:16 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/127d99b4c173af397cb46ee089c80630adfb5a14
Cr-Commit-Position: refs/heads/master@{#335822}

Powered by Google App Engine
This is Rietveld 408576698