Clark DuVall | 18c60ac | 2019-10-17 23:42:47 | [diff] [blame] | 1 | # 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 DuVall | 7854f25 | 2020-09-17 19:08:57 | [diff] [blame] | 5 | import("//build/config/android/channel.gni") |
| 6 | |
Torne (Richard Coles) | 773af578 | 2019-11-15 03:07:54 | [diff] [blame] | 7 | declare_args() { |
| 8 | # Include the //weblayer code in WebView implementation APKs. |
| 9 | webview_includes_weblayer = true |
Clark DuVall | c5f986b | 2020-08-17 20:47:14 | [diff] [blame] | 10 | |
| 11 | # Whether WebLayer will be included as a DFM. |
Clark DuVall | 092e7812 | 2020-09-23 22:25:32 | [diff] [blame] | 12 | weblayer_in_split = android_channel != "stable" |
Torne (Richard Coles) | 773af578 | 2019-11-15 03:07:54 | [diff] [blame] | 13 | } |
| 14 | |
Benoît Lizé | d8b8f74 | 2019-11-07 12:50:07 | [diff] [blame] | 15 | weblayer_product_config_java_package = "org.chromium.weblayer_private" |