summaryrefslogtreecommitdiffstats
path: root/components/undo.gypi
blob: 17ca2d8da9148bf1e33ec6ca6c98e70d867605f2 (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
# 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/undo
      'target_name': 'undo_component',
      'type': 'static_library',
      'include_dirs': [
        '..',
      ],
      'dependencies': [
        '../base/base.gyp:base',
        '../ui/base/ui_base.gyp:ui_base',
        'bookmarks_browser',
        'components_strings.gyp:components_strings',
        'keyed_service_core',
      ],
      'sources': [
        'undo/bookmark_undo_service.cc',
        'undo/bookmark_undo_service.h',
        'undo/bookmark_undo_utils.cc',
        'undo/bookmark_undo_utils.h',
        'undo/undo_manager.cc',
        'undo/undo_manager.h',
        'undo/undo_manager_observer.h',
        'undo/undo_operation.h',
      ],
    },
  ],
}