summaryrefslogtreecommitdiff
path: root/chromium/android_webview/browser/lifecycle/BUILD.gn
blob: 736e3c91f4acc39279aded9654d8cc0302ffd72a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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",
  ]
}