blob: 53b08b428efcadd7ddc25c307fd6c026865b7df0 [file] [log] [blame]
[email protected]75fee372013-03-06 00:42:441# 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',
tfarinaf8a72db82015-07-24 22:09:269 'type': 'static_library',
[email protected]75fee372013-03-06 00:42:4410 'dependencies': [
11 '../base/base.gyp:base',
12 '../base/base.gyp:base_prefs',
[email protected]75fee372013-03-06 00:42:4413 ],
14 'include_dirs': [
15 '..',
16 ],
[email protected]75fee372013-03-06 00:42:4417 'sources': [
[email protected]75fee372013-03-06 00:42:4418 'user_prefs/user_prefs.cc',
19 'user_prefs/user_prefs.h',
[email protected]75fee372013-03-06 00:42:4420 ],
21 },
22 ],
23}