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

Side by Side Diff: components/undo/BUILD.gn

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/undo.gypi ('k') | components/undo/bookmark_renumber_observer.h » ('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 static_library("undo") { 5 static_library("undo") {
6 sources = [ 6 sources = [
7 "bookmark_renumber_observer.h",
8 "bookmark_undo_service.cc", 7 "bookmark_undo_service.cc",
9 "bookmark_undo_service.h", 8 "bookmark_undo_service.h",
10 "bookmark_undo_utils.cc", 9 "bookmark_undo_utils.cc",
11 "bookmark_undo_utils.h", 10 "bookmark_undo_utils.h",
12 "undo_manager.cc", 11 "undo_manager.cc",
13 "undo_manager.h", 12 "undo_manager.h",
14 "undo_manager_observer.h", 13 "undo_manager_observer.h",
15 "undo_operation.h", 14 "undo_operation.h",
16 ] 15 ]
17 16
(...skipping 15 matching lines...) Expand all
33 32
34 deps = [ 33 deps = [
35 ":undo", 34 ":undo",
36 "//base", 35 "//base",
37 "//components/bookmarks/browser", 36 "//components/bookmarks/browser",
38 "//components/bookmarks/test", 37 "//components/bookmarks/test",
39 "//testing/gtest", 38 "//testing/gtest",
40 ] 39 ]
41 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 40 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
42 } 41 }
OLDNEW
« no previous file with comments | « components/undo.gypi ('k') | components/undo/bookmark_renumber_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698