blob: a7f4f47a46e7d38686b1ec053d1b63887e1c9619 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 2020 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.
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",
]
}
|