blob: 3d777d23325f4b0e982ee9f7c927cd9782535833 [file] [log] [blame]
[email protected]d38f5be42014-06-19 16:52:271# 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.
4
dcheng40f883682015-07-25 05:22:495component("user_prefs") {
[email protected]d38f5be42014-06-19 16:52:276 sources = [
7 "user_prefs.cc",
8 "user_prefs.h",
dcheng40f883682015-07-25 05:22:499 "user_prefs_export.h",
[email protected]d38f5be42014-06-19 16:52:2710 ]
11
dcheng40f883682015-07-25 05:22:4912 defines = [ "USER_PREFS_IMPLEMENTATION" ]
13
[email protected]d38f5be42014-06-19 16:52:2714 deps = [
15 "//base",
16 "//base:prefs",
[email protected]d38f5be42014-06-19 16:52:2717 ]
18}