Add RemoteDeviceLifeCycle to manage the life cycle of a remote Smart Lock phone.
[chromium-blink-merge.git] / chrome / child / BUILD.gn
blob1b268f18b2ea6c814f23cea3133a02544453e6b5
1 # Copyright 2014 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.
5 static_library("child") {
6   sources = [
7     "pdf_child_init.cc",
8     "pdf_child_init.h",
9   ]
11   configs += [ "//build/config/compiler:wexit_time_destructors" ]
13   deps = [
14     "//base",
15     "//content/public/child",
16   ]