blob: d84b10053e0613ea28558b697a936c4afbe875d6 [file] [log] [blame]
Clark DuVall18c60ac2019-10-17 23:42:471# Copyright 2019 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Clark DuVall7854f252020-09-17 19:08:575import("//build/config/android/channel.gni")
6
Torne (Richard Coles)773af5782019-11-15 03:07:547declare_args() {
8 # Include the //weblayer code in WebView implementation APKs.
9 webview_includes_weblayer = true
Clark DuVallc5f986b2020-08-17 20:47:1410
11 # Whether WebLayer will be included as a DFM.
Clark DuVall092e78122020-09-23 22:25:3212 weblayer_in_split = android_channel != "stable"
Torne (Richard Coles)773af5782019-11-15 03:07:5413}
14
Benoît Lizéd8b8f742019-11-07 12:50:0715weblayer_product_config_java_package = "org.chromium.weblayer_private"