variables.gni 475 B

123456789101112131415
  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. import("//build/config/android/channel.gni")
  5. declare_args() {
  6. # Include the //weblayer code in WebView implementation APKs.
  7. webview_includes_weblayer = true
  8. # Whether WebLayer will be included as a DFM.
  9. weblayer_in_split = true
  10. }
  11. weblayer_product_config_java_package = "org.chromium.weblayer_private"