# 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", | |
] | |
} |