Commit dd03899c authored by Tibor Goldschwendt's avatar Tibor Goldschwendt Committed by Chromium LUCI CQ

[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: default avatarTommy Steimel <steimel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835687}
parent 5e3d6b0f
...@@ -7,9 +7,7 @@ import("//third_party/closure_compiler/compile_js.gni") ...@@ -7,9 +7,7 @@ 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.
# TODO(tiborg): Make this if(enable_kaleidoscope) once downstream changes have if (enable_kaleidoscope) {
# 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