1 # Copyright 2015 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.
8 # GN version: //components/undo
9 'target_name': 'undo_component',
10 'type': 'static_library',
15 '../base/base.gyp:base',
16 '../ui/base/ui_base.gyp:ui_base',
18 'components_strings.gyp:components_strings',
22 'undo/bookmark_renumber_observer.h',
23 'undo/bookmark_undo_service.cc',
24 'undo/bookmark_undo_service.h',
25 'undo/bookmark_undo_utils.cc',
26 'undo/bookmark_undo_utils.h',
27 'undo/undo_manager.cc',
28 'undo/undo_manager.h',
29 'undo/undo_manager_observer.h',
30 'undo/undo_operation.h',