pref_registry.gypi revision cedac228d2dd51db4b79ea1e72c7f249408ee061
1cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)# Copyright (c) 2013 The Chromium Authors. All rights reserved.
2cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)# Use of this source code is governed by a BSD-style license that can be
3cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)# found in the LICENSE file.
4cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)
5cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles){
6cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)  'targets': [
7cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)    {
8cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)      'target_name': 'pref_registry',
9cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)      'type': '<(component)',
10cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)      'dependencies': [
11cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)        '../base/base.gyp:base',
12cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)        '../base/base.gyp:base_prefs',
13cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)        '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
14cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)        '../ui/base/ui_base.gyp:ui_base',
15cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)      ],
16cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)      'include_dirs': [
17cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)        '..',
18cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)      ],
19cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)      'defines': [
20cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)        'PREF_REGISTRY_IMPLEMENTATION',
21cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)      ],
22cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)      'sources': [
23cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)        'pref_registry/pref_registry_export.h',
24cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)        'pref_registry/pref_registry_syncable.cc',
25cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)        'pref_registry/pref_registry_syncable.h',
26cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)      ],
27cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)    },
28cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)  ],
29cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)}
30