[email protected] | d38f5be4 | 2014-06-19 16:52:27 | [diff] [blame] | 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. | ||||
4 | |||||
dcheng | 40f88368 | 2015-07-25 05:22:49 | [diff] [blame^] | 5 | component("user_prefs") { |
[email protected] | d38f5be4 | 2014-06-19 16:52:27 | [diff] [blame] | 6 | sources = [ |
7 | "user_prefs.cc", | ||||
8 | "user_prefs.h", | ||||
dcheng | 40f88368 | 2015-07-25 05:22:49 | [diff] [blame^] | 9 | "user_prefs_export.h", |
[email protected] | d38f5be4 | 2014-06-19 16:52:27 | [diff] [blame] | 10 | ] |
11 | |||||
dcheng | 40f88368 | 2015-07-25 05:22:49 | [diff] [blame^] | 12 | defines = [ "USER_PREFS_IMPLEMENTATION" ] |
13 | |||||
[email protected] | d38f5be4 | 2014-06-19 16:52:27 | [diff] [blame] | 14 | deps = [ |
15 | "//base", | ||||
16 | "//base:prefs", | ||||
[email protected] | d38f5be4 | 2014-06-19 16:52:27 | [diff] [blame] | 17 | ] |
18 | } |