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

Issue 2641413003: net/QUIC: inline gypi file into BUILD.gn file and upstream proto-quic. (Closed)

Created:
3 years, 11 months ago by Buck
Modified:
3 years, 6 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, tfarina, alyssar1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

net/QUIC: inline gypi file into BUILD.gn file and upstream proto-quic. This is a redo of https://codereview.chromium.org/2475673004/. It is based of current net.gypi, and adds (suprisingly little?) proto-quic specific logic to net/BUILD.gn. That is guarded by a new gn build argument "is_proto_quic". On the proto-quic side of things, this will deprecate the merge_net_* part of the update.py script entirely. Instead, this version of BUILD.gn should be directly usable there, with the caveat that gn be invoked as follows during the proto-quic merge: gn --args="is_proto_quic=true" gen out/Default I will update the instructions there in a followup cl (in proto-quic github), as well as nuking most if not all of modified_files/. It is also worth pointing out that this abandons the previous proto-quic strategy of blacklisting new files under net/ by default. I think that only added maintenance complexity and did not significantly reduce proto-quic size or build times. I have tested this under proto-quic, but plan to do a new merge to double check, once this has landed. BUG= Review-Url: https://codereview.chromium.org/2641413003 Cr-Commit-Position: refs/heads/master@{#445552} Committed: https://chromium.googlesource.com/chromium/src/+/73f7240b56a264d017e8bf9f2a19c71f8a3e356d

Patch Set 1 #

Patch Set 2 : Fix some leaked typos from proto-quic. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3601 lines, -3776 lines) Patch
M net/BUILD.gn View 1 18 chunks +3598 lines, -37 lines 0 comments Download
D net/data/update_net_gypi.py View 1 chunk +0 lines, -142 lines 0 comments Download
M net/features.gni View 1 chunk +3 lines, -0 lines 0 comments Download
D net/net.gypi View 1 chunk +0 lines, -3597 lines 1 comment Download

Messages

Total messages: 24 (15 generated)
Buck
3 years, 11 months ago (2017-01-21 00:25:05 UTC) #3
Ryan Hamilton
Exciting! https://codereview.chromium.org/2641413003/diff/20001/net/net.gypi File net/net.gypi (left): https://codereview.chromium.org/2641413003/diff/20001/net/net.gypi#oldcode2391 net/net.gypi:2391: # running net/data/update_net_gypi.py. Since update_net_gypi.py is being deleted, ...
3 years, 11 months ago (2017-01-22 16:20:02 UTC) #13
Buck
On 2017/01/22 16:20:02, Ryan Hamilton wrote: > Exciting! > > https://codereview.chromium.org/2641413003/diff/20001/net/net.gypi > File net/net.gypi (left): ...
3 years, 11 months ago (2017-01-22 17:26:50 UTC) #14
Ryan Hamilton
On 2017/01/22 17:26:50, Buck wrote: > On 2017/01/22 16:20:02, Ryan Hamilton wrote: > > Exciting! ...
3 years, 11 months ago (2017-01-23 03:30:14 UTC) #15
Buck
On 2017/01/23 03:30:14, Ryan Hamilton wrote: > On 2017/01/22 17:26:50, Buck wrote: > > On ...
3 years, 11 months ago (2017-01-23 04:29:06 UTC) #16
Ryan Hamilton
lgtm
3 years, 11 months ago (2017-01-23 18:20:55 UTC) #17
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/2641413003/20001
3 years, 11 months ago (2017-01-23 22:39:43 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/73f7240b56a264d017e8bf9f2a19c71f8a3e356d
3 years, 11 months ago (2017-01-24 00:07:27 UTC) #23
mmenke
3 years, 6 months ago (2017-06-07 16:30:43 UTC) #24
Message was sent while issue was closed.
Really late drive-by, but can we get some docs on what "is_proto_quic" is?  I
haven't the foggiest.  I assume it's never used for chromium builds, but not
seeing any way to actually deduce that from source.

Powered by Google App Engine
This is Rietveld 408576698