[email protected] | 75fee37 | 2013-03-06 00:42:44 | [diff] [blame] | 1 | # Copyright (c) 2013 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 | |
| 5 | { |
| 6 | 'targets': [ |
| 7 | { |
| 8 | 'target_name': 'user_prefs', |
tfarina | f8a72db8 | 2015-07-24 22:09:26 | [diff] [blame] | 9 | 'type': 'static_library', |
[email protected] | 75fee37 | 2013-03-06 00:42:44 | [diff] [blame] | 10 | 'dependencies': [ |
| 11 | '../base/base.gyp:base', |
| 12 | '../base/base.gyp:base_prefs', |
[email protected] | 75fee37 | 2013-03-06 00:42:44 | [diff] [blame] | 13 | ], |
| 14 | 'include_dirs': [ |
| 15 | '..', |
| 16 | ], |
[email protected] | 75fee37 | 2013-03-06 00:42:44 | [diff] [blame] | 17 | 'sources': [ |
[email protected] | 75fee37 | 2013-03-06 00:42:44 | [diff] [blame] | 18 | 'user_prefs/user_prefs.cc', |
| 19 | 'user_prefs/user_prefs.h', |
[email protected] | 75fee37 | 2013-03-06 00:42:44 | [diff] [blame] | 20 | ], |
| 21 | }, |
| 22 | ], |
| 23 | } |