blob: cc0cfdf0cccd052d7d31d74e07326aaf88730f0b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
declare_args() {
# Include the //weblayer code in WebView implementation APKs.
webview_includes_weblayer = true
}
weblayer_product_config_java_package = "org.chromium.weblayer_private"
|