Reland "🛃 Move Chromium dependency to AndroidX.browser (upstream CL)."
This reverts commit 72a8d091784d9deefc0cc76deace9c263a99152a.
Reason for revert:
This is part of a 2 sided patch with it's counterpart CL being the reland of https://chrome-internal-review.googlesource.com/c/clank/internal/apps/+/1423597. The bots will break while only one half of this patch has landed.
Please talk to peconn@ or the sheriffs (who've been informed) before you consider reverting this CL.
Original change's description:
> Revert "🛃 Move Chromium dependency to AndroidX.browser (upstream CL)."
>
> This reverts commit f5e1795045b68ab17cd3f87d376ef57399ee81d0.
>
> Reason for revert: This CL is making android perf builders fail to compile chrome. Here is a link to the first failing builder. https://ci.chromium.org/p/chrome/builders/ci/android-builder-perf/99935.
>
> Original change's description:
> > 🛃 Move Chromium dependency to AndroidX.browser (upstream CL).
> >
> > Make Chromium depend on androidx.browser instead of
> > android.support.customtabs. There will be accompanying downstream and
> > third_party CLs with this one (see linked bug).
> >
> > Binary-Size: https://crbug.com/991563
> > Bug: 980567
> > Change-Id: I8ee1c6dedcdd68672e10b5928b97e7248c9de7fb
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1685386
> > Commit-Queue: Peter Conn <[email protected]>
> > Reviewed-by: Ted Choc <[email protected]>
> > Reviewed-by: Robert Sesek <[email protected]>
> > Reviewed-by: Benoit L <[email protected]>
> > Reviewed-by: John Budorick <[email protected]>
> > Reviewed-by: Theresa <[email protected]>
> > Cr-Commit-Position: refs/heads/master@{#684775}
>
> [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
>
> Change-Id: I5edd849dc113a25a2c4170b5ecdad38323ee544a
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: 980567
> Bug: 991622
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742369
> Reviewed-by: Rakib Hasan <[email protected]>
> Commit-Queue: Rakib Hasan <[email protected]>
> Cr-Commit-Position: refs/heads/master@{#684825}
[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
Change-Id: I3132fc1881b379ff4d73cb4f314e8d093612495f
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 980567, 991622
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743626
Reviewed-by: Peter Conn <[email protected]>
Commit-Queue: Peter Conn <[email protected]>
Cr-Commit-Position: refs/heads/master@{#685111}
diff --git a/docs/ui/android/night_mode.md b/docs/ui/android/night_mode.md
index d6693be..26ae1bd7 100644
--- a/docs/ui/android/night_mode.md
+++ b/docs/ui/android/night_mode.md
@@ -144,7 +144,7 @@
* Turn on power save mode (aka **battery saver**) on Android P+
* Go to **Android Settings -> Developer options -> Night mode** on Android P
* Go to **Android Settings -> Display -> Theme** on Android Q
-* [Set color scheme](https://cs.chromium.org/chromium/src/third_party/custom_tabs_client/src/customtabs/src/android/support/customtabs/CustomTabsIntent.java?) to `COLOR_SCHEME_DARK` on creating a `CustomTabsIntent.Builder`
+* [Set color scheme](https://cs.chromium.org/chromium/src/third_party/android_sdk/androidx_browser/browser/src/main/java/androidx/browser/customtabs/CustomTabsIntent.java?) to `COLOR_SCHEME_DARK` on creating a `CustomTabsIntent.Builder`
Some tips: