1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17

android_webview / browser / lifecycle / BUILD.gn [blame]

# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source_set("lifecycle") {
  sources = [
    "aw_contents_lifecycle_notifier.cc",
    "aw_contents_lifecycle_notifier.h",
    "webview_app_state_observer.cc",
    "webview_app_state_observer.h",
  ]
  deps = [
    "//android_webview:browser_jni_headers",
    "//base",
    "//content/public/browser",
  ]
}