BUILD.gn 469 B

1234567891011121314151617
  1. # Copyright 2020 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. source_set("lifecycle") {
  5. sources = [
  6. "aw_contents_lifecycle_notifier.cc",
  7. "aw_contents_lifecycle_notifier.h",
  8. "webview_app_state_observer.cc",
  9. "webview_app_state_observer.h",
  10. ]
  11. deps = [
  12. "//android_webview:browser_jni_headers",
  13. "//base",
  14. "//content/public/browser",
  15. ]
  16. }