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

Issue 2186343002: List header files explicitly in BUILD.gn (Closed)

Created:
4 years, 4 months ago by jungshik at Google
Modified:
4 years, 4 months ago
Reviewers:
brettw
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/deps/icu.git@master
Target Ref:
refs/heads/master
Project:
icu
Visibility:
Public.

Description

List header files explicitly in BUILD.gn Private headers are listed in source[] while public headers are listed in public[] for icuuc and icu18n targets. This change is to let trybot analyze step recompile icuuc or icu18n even when the only change in CL is in a header file (public or private). BUG=632438 TEST=`gn check <out_dir>` does not complain. TEST=`gn ref <out_dir> third_party/icu/source/common/umutex.h` matches icuuc. TEST=`gn ref <out_dir> third_party/icu/source/common/unicode/unistr.h` matches icuuc. R=brettw@chromium.org Committed: https://chromium.googlesource.com/chromium/deps/icu/+/56680aaa9aafe50996f5bd88c88d0dacf0e897db

Patch Set 1 #

Patch Set 2 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+417 lines, -2 lines) Patch
M BUILD.gn View 1 8 chunks +417 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
jungshik at Google
Hi Brett, can you take a look? I'm asking you to review it because you ...
4 years, 4 months ago (2016-07-29 22:58:06 UTC) #4
brettw
Anything in here, if I did it, was just copy-and-pasted from GYP. LGTM
4 years, 4 months ago (2016-08-01 17:54:54 UTC) #5
brettw
Anything in here, if I did it, was just copy-and-pasted from GYP. LGTM
4 years, 4 months ago (2016-08-01 17:54:55 UTC) #6
jungshik at Google
Committed patchset #2 (id:20001) manually as 56680aaa9aafe50996f5bd88c88d0dacf0e897db (presubmit successful).
4 years, 4 months ago (2016-08-02 21:30:24 UTC) #9
jungshik at Google
4 years, 4 months ago (2016-08-02 21:31:47 UTC) #10
Message was sent while issue was closed.
On 2016/08/01 17:54:55, brettw (ping on IM after 24h) wrote:
> Anything in here, if I did it, was just copy-and-pasted from GYP.
> 
> LGTM

Thanks !

Powered by Google App Engine
This is Rietveld 408576698