Commit 472f867b authored by Becca Hughes's avatar Becca Hughes Committed by Chromium LUCI CQ

Revert "[ntp] Enable downstream Kaleidoscope module"

This reverts commit dd03899c.

Reason for revert: Breaks Kaleidoscope build https://ci.chromium.org/p/chrome/builders/try/kaleidoscope-linux/706?

Original change's description:
> [ntp] Enable downstream Kaleidoscope module
>
> Requires crrev/i/3453282 to be rolled.
>
> Bug: 1152205
> Change-Id: Ifed4a0d5b5591f01eccb583c8b72239e9cde6143
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583135
> Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org>
> Commit-Queue: Tommy Steimel <steimel@chromium.org>
> Reviewed-by: Tommy Steimel <steimel@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#835687}

TBR=tiborg@chromium.org,steimel@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 1152205
Change-Id: I23645d78851ef1879f565d85e857b9b6323540ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586954Reviewed-by: default avatarBecca Hughes <beccahughes@chromium.org>
Commit-Queue: Becca Hughes <beccahughes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836240}
parent 3da5569e
...@@ -7,7 +7,9 @@ import("//third_party/closure_compiler/compile_js.gni") ...@@ -7,7 +7,9 @@ import("//third_party/closure_compiler/compile_js.gni")
# TODO(crbug.com/1152230): Upstream the Kaleidoscope module code and remove the # TODO(crbug.com/1152230): Upstream the Kaleidoscope module code and remove the
# fallback module. # fallback module.
if (enable_kaleidoscope) { # TODO(tiborg): Make this if(enable_kaleidoscope) once downstream changes have
# landed.
if (false) {
group("module") { group("module") {
public_deps = public_deps =
[ "//chrome/browser/media/kaleidoscope/internal/resources/module" ] [ "//chrome/browser/media/kaleidoscope/internal/resources/module" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment