• miguelg's avatar
    Revert of Create a Android Sync integration test for typed URLs (patchset #4... · e636eab5
    miguelg authored
    Revert of Create a Android Sync integration test for typed URLs (patchset #4 id:140001 of https://codereview.chromium.org/862113005/)
    
    Reason for revert:
    This is breaking building chrome/android:chrome_sync_shell_test_apk
    with gn due to a dependency to the autogenerated enum org.chromium.ui.base.PageTransition;
    
    I am not sure why no bots failed when landing it (we don't seem to have gn builder upstream for android?) but reverting it locally makes it build again.
    
    To repro: Reapply the patch and run
    gn gen out/Release  --args='is_debug=false os="android" cpu_arch="arm" use_goma=true goma_dir="/usr/local/google/clank/goma/goma"'
    
    ninja -C out/Release -j 200  chrome/android:chrome_sync_shell_test_apk
    
    Original issue's description:
    > Create a Android Sync integration test for typed URLs
    >
    > This CL introduces JNI plumbing for one method of the FakeServer's
    > verification API. One test (testUploadTypedUrl) has been added to use
    > the API; it types a URL on the client and verifies that the URL was
    > sent to the server.
    >
    > BUG=NONE
    >
    > Committed: https://crrev.com/cba424b9309c8c75d0a3797b9b228f7ef11425e4
    > Cr-Commit-Position: refs/heads/master@{#313824}
    
    TBR=nyquist@chromium.org,maxbogue@chromium.org,zea@chromium.org,pvalenzuela@chromium.org
    NOPRESUBMIT=true
    NOTREECHECKS=true
    NOTRY=true
    BUG=NONE
    
    Review URL: https://codereview.chromium.org/881753003
    
    Cr-Commit-Position: refs/heads/master@{#313898}
    e636eab5
BUILD.gn 30 KB