Chromium Code Reviews
DescriptionRevert of [Cronet] Get Cronet performance test running again (patchset #13 id:240001 of https://codereview.chromium.org/1536433002/ )
Reason for revert:
Broke Android (failed in proguard obfuscation on cronet_perf_test_apk):
https://build.chromium.org/p/chromium/builders/Android/builds/51325
Original issue's description:
> [Cronet] Get Cronet performance test running again
>
> 1. Enable HTTPS for QUIC
> a. Insert a MockCertVerifier to pretend our cert is in root store
> b. Insert HostResolver rules to pretend test.example.com resolves
> to the the IP address of the USB reverse-tether interface
> c. Switch from using libcronet.so to libcronet_test.so as it
> contains several utilities we need (e.g. MockCertVerifier).
> This required making a Cronet testing Java target.
> d. Pass private key and cert to quic_server
> e. Copy cert to device
> 2. Call PathUtils.setPrivateDataDirectorySuffix() to avoid crash
> 3. Modify proguard options to avoid crbug.com/488192
> 4. Make Telemetry happy again
> a. Put basic header in config file
> b. Specify default_chrome_root
> 5. Avoid Theme.NoDisplay as it fails with Android Marshmallow
>
> Committed: https://crrev.com/58f1ff598b4f96f9645574564f296f0e428f37ff
> Cr-Commit-Position: refs/heads/master@{#372532}
TBR=mef@chromium.org,pauljensen@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
Committed: https://crrev.com/fe8c97b0eefe693ee9d713e51122c63b5eb62f1e
Cr-Commit-Position: refs/heads/master@{#372533}
Patch Set 1 #Messages
Total messages: 5 (1 generated)
|