blob: 4add8f1195d36296d9f8a2c596a5f791b79c5def [file]
# Copyright 2018 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.
mojom = "//mojo/public/mojom/base/application_state.mojom"
os_whitelist = [ "android" ]
public_headers = [ "//base/android/application_status_listener.h" ]
traits_headers = [ "//mojo/public/cpp/base/application_state_mojom_traits.h" ]
sources = [
"//mojo/public/cpp/base/application_state_mojom_traits.cc",
"//mojo/public/cpp/base/application_state_mojom_traits.h",
]
public_deps = [
"//base",
]
type_mappings =
[ "mojo_base.mojom.ApplicationState=base::android::ApplicationState" ]