Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Side by Side Diff: components/undo.gypi

Issue 1379983002: Supporting undoing bookmark deletion without creating new ID. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address some more feedback Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/bookmarks/browser/bookmark_undo_provider.h ('k') | components/undo/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/undo 8 # GN version: //components/undo
9 'target_name': 'undo_component', 9 'target_name': 'undo_component',
10 'type': 'static_library', 10 'type': 'static_library',
11 'include_dirs': [ 11 'include_dirs': [
12 '..', 12 '..',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 '../base/base.gyp:base', 15 '../base/base.gyp:base',
16 '../ui/base/ui_base.gyp:ui_base', 16 '../ui/base/ui_base.gyp:ui_base',
17 'bookmarks_browser', 17 'bookmarks_browser',
18 'components_strings.gyp:components_strings', 18 'components_strings.gyp:components_strings',
19 'keyed_service_core', 19 'keyed_service_core',
20 ], 20 ],
21 'sources': [ 21 'sources': [
22 'undo/bookmark_renumber_observer.h',
23 'undo/bookmark_undo_service.cc', 22 'undo/bookmark_undo_service.cc',
24 'undo/bookmark_undo_service.h', 23 'undo/bookmark_undo_service.h',
25 'undo/bookmark_undo_utils.cc', 24 'undo/bookmark_undo_utils.cc',
26 'undo/bookmark_undo_utils.h', 25 'undo/bookmark_undo_utils.h',
27 'undo/undo_manager.cc', 26 'undo/undo_manager.cc',
28 'undo/undo_manager.h', 27 'undo/undo_manager.h',
29 'undo/undo_manager_observer.h', 28 'undo/undo_manager_observer.h',
30 'undo/undo_operation.h', 29 'undo/undo_operation.h',
31 ], 30 ],
32 }, 31 },
33 ], 32 ],
34 } 33 }
OLDNEW
« no previous file with comments | « components/bookmarks/browser/bookmark_undo_provider.h ('k') | components/undo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698