blob: 0cb57fea2b37463e118c5af69087a21e6280ff00 [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 DuValla01520e62021-01-11 22:21:5912 weblayer_in_split = true
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"