Commit 7cfe51d0 authored by Clark DuVall's avatar Clark DuVall Committed by Commit Bot

[WebLayer] Enable WebLayer in split on canary

This enables WebLayer in a split in WebView bundles in canary. I tested
on L-Q and ran all instrumentation tests on P with this setup.

Bug: 1105096
Change-Id: I517bce4109531108a4fb3af64a87aa1f5d2a91bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412705Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Clark DuVall <cduvall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807252}
parent 4d96cb89
...@@ -2,12 +2,15 @@ ...@@ -2,12 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
import("//build/config/android/channel.gni")
declare_args() { declare_args() {
# Include the //weblayer code in WebView implementation APKs. # Include the //weblayer code in WebView implementation APKs.
webview_includes_weblayer = true webview_includes_weblayer = true
# Whether WebLayer will be included as a DFM. # Whether WebLayer will be included as a DFM.
weblayer_in_split = false weblayer_in_split =
android_channel == "default" || android_channel == "canary"
} }
weblayer_product_config_java_package = "org.chromium.weblayer_private" weblayer_product_config_java_package = "org.chromium.weblayer_private"
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