summaryrefslogtreecommitdiffstats
path: root/components/sync_bookmarks.gypi
blob: a599993e9346299366111b45ff9c81ebb2ea43e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'targets': [
    {
      # GN version: //components/sync_bookmarks
      'target_name': 'sync_bookmarks',
      'type': 'static_library',
      'dependencies': [
        '../base/base.gyp:base',
        '../sync/sync.gyp:sync',
        '../ui/gfx/gfx.gyp:gfx',
        'bookmarks_browser',
        'favicon_core',
        'history_core_browser',
        'sync_driver',
        'undo_component',
      ],
      'include_dirs': [
        '..',
      ],
      'sources': [
        # Note: file list duplicated in GN build.
        'sync_bookmarks/bookmark_change_processor.cc',
        'sync_bookmarks/bookmark_change_processor.h',
        'sync_bookmarks/bookmark_data_type_controller.cc',
        'sync_bookmarks/bookmark_data_type_controller.h',
        'sync_bookmarks/bookmark_model_associator.cc',
        'sync_bookmarks/bookmark_model_associator.h',
      ],
    },
  ],
}