Chromium Code Reviews
DescriptionFix up dependency chain around net_features.h
//net exposes the generated net_features.h header as part of its public API
(e.g., via http_network_session.h). That means that the GYP build of //net
needs to export dependent settings on net_features.
Similarly, //sync exposes //net headers that transitively include
net_features.h via *its* public API (e.g., via http_bridge.h). This means that
//sync needs to export dependent settings on //net.
The GN build already gets this mostly right, so fewer fixes are needed there.
BUG=594970
Committed: https://crrev.com/135b2ed3347a44635ae459396b4f7ab5c49849d9
Cr-Commit-Position: refs/heads/master@{#381910}
Patch Set 1 #
Messages
Total messages: 14 (6 generated)
|
|||||||||||||||||||||||||||||||||||||