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

Issue 2846463002: Add missing header files to GN files (4 of N) (Closed)

Created:
3 years, 8 months ago by wychen
Modified:
3 years, 7 months ago
Reviewers:
Nico
CC:
chromium-reviews, extensions-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, blink-reviews, chromium-apps-reviews_chromium.org, darin (slow to review), kinuko+watch
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add missing header files to GN files (4 of N) I ran check_gn_headers.py on linux and android full builds, merged the missing header file lists, fed to fix_gn_headers.py (without AddHeadersToSources), chose which matches to apply interactively, and manually fixed the results. Read more about the manual fixes in the Review-Url. The number of missing header files on linux and android decreased by 9, from 840 to 831. None of the fixed files are included in the following spreadsheet: https://docs.google.com/spreadsheets/d/15az3FMl-jAS0mx4E9XVSBVHVpmEzo-9EAGY0ywe7bZs/edit#gid=0 fix_gn_headers.py is from https://codereview.chromium.org/2790563003 BUG=661774 Review-Url: https://codereview.chromium.org/2846463002 Cr-Commit-Position: refs/heads/master@{#468192} Committed: https://chromium.googlesource.com/chromium/src/+/fd60d8ca4a34a9cacfa3f45d65598165543fa74e

Patch Set 1 : run script interactively #

Patch Set 2 : apply manual fixes from https://crrev.com/2784393003, fix WebServiceWorkerStreamHandle.h #

Patch Set 3 : fix WebFontRendering.h #

Patch Set 4 : fix WebFontRenderStyle.h #

Patch Set 5 : fix webfont files #

Total comments: 3

Patch Set 6 : rebase #

Patch Set 7 : address comments #

Total comments: 4

Patch Set 8 : address comments #

Patch Set 9 : revert content/common/DEPS, rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -6 lines) Patch
M content/test/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 1 2 3 4 5 6 7 8 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/public/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +11 lines, -0 lines 0 comments Download
M ui/gfx/BUILD.gn View 1 2 3 4 5 6 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 33 (22 generated)
wychen
PTAL
3 years, 8 months ago (2017-04-26 14:22:02 UTC) #12
wychen
https://codereview.chromium.org/2846463002/diff/100001/ui/gfx/BUILD.gn File ui/gfx/BUILD.gn (right): https://codereview.chromium.org/2846463002/diff/100001/ui/gfx/BUILD.gn#newcode293 ui/gfx/BUILD.gn:293: sources += [ "platform_font_linux.h" ] Ah. I'll fix this.
3 years, 8 months ago (2017-04-26 14:23:22 UTC) #13
Nico
https://codereview.chromium.org/2846463002/diff/100001/services/device/public/cpp/BUILD.gn File services/device/public/cpp/BUILD.gn (right): https://codereview.chromium.org/2846463002/diff/100001/services/device/public/cpp/BUILD.gn#newcode9 services/device/public/cpp/BUILD.gn:9: "device_features.h", Why is this listed twice? Shouldn't once be ...
3 years, 8 months ago (2017-04-26 14:29:43 UTC) #14
wychen
https://codereview.chromium.org/2846463002/diff/100001/services/device/public/cpp/BUILD.gn File services/device/public/cpp/BUILD.gn (right): https://codereview.chromium.org/2846463002/diff/100001/services/device/public/cpp/BUILD.gn#newcode9 services/device/public/cpp/BUILD.gn:9: "device_features.h", On 2017/04/26 14:29:43, Nico wrote: > Why is ...
3 years, 7 months ago (2017-04-27 07:05:43 UTC) #18
Nico
lgtm with the two "../../public/platform/linux/WebFontRenderStyle.h" removed https://codereview.chromium.org/2846463002/diff/140001/third_party/WebKit/Source/platform/BUILD.gn File third_party/WebKit/Source/platform/BUILD.gn (right): https://codereview.chromium.org/2846463002/diff/140001/third_party/WebKit/Source/platform/BUILD.gn#newcode1567 third_party/WebKit/Source/platform/BUILD.gn:1567: "../../public/platform/linux/WebFontRenderStyle.h", It's weird ...
3 years, 7 months ago (2017-04-27 14:18:09 UTC) #21
wychen
https://codereview.chromium.org/2846463002/diff/140001/third_party/WebKit/Source/platform/BUILD.gn File third_party/WebKit/Source/platform/BUILD.gn (right): https://codereview.chromium.org/2846463002/diff/140001/third_party/WebKit/Source/platform/BUILD.gn#newcode1567 third_party/WebKit/Source/platform/BUILD.gn:1567: "../../public/platform/linux/WebFontRenderStyle.h", On 2017/04/27 14:18:09, Nico wrote: > It's weird ...
3 years, 7 months ago (2017-04-27 23:06:29 UTC) #22
Nico
lgtm
3 years, 7 months ago (2017-04-28 20:34:41 UTC) #24
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/2846463002/180001
3 years, 7 months ago (2017-04-28 20:35:34 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/442095)
3 years, 7 months ago (2017-04-28 22:34:18 UTC) #27
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/2846463002/180001
3 years, 7 months ago (2017-04-28 23:46:01 UTC) #30
commit-bot: I haz the power
3 years, 7 months ago (2017-04-29 00:34:34 UTC) #33
Message was sent while issue was closed.
Committed patchset #9 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/fd60d8ca4a34a9cacfa3f45d6559...

Powered by Google App Engine
This is Rietveld 408576698