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

Side by Side Diff: components/bookmarks/browser/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/bookmarks.gypi ('k') | components/bookmarks/browser/bookmark_model.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 source_set("browser") { 7 source_set("browser") {
8 sources = [ 8 sources = [
9 "base_bookmark_model_observer.cc", 9 "base_bookmark_model_observer.cc",
10 "base_bookmark_model_observer.h", 10 "base_bookmark_model_observer.h",
(...skipping 13 matching lines...) Expand all
24 "bookmark_node.cc", 24 "bookmark_node.cc",
25 "bookmark_node.h", 25 "bookmark_node.h",
26 "bookmark_node_data.cc", 26 "bookmark_node_data.cc",
27 "bookmark_node_data.h", 27 "bookmark_node_data.h",
28 "bookmark_node_data_ios.cc", 28 "bookmark_node_data_ios.cc",
29 "bookmark_node_data_mac.cc", 29 "bookmark_node_data_mac.cc",
30 "bookmark_pasteboard_helper_mac.h", 30 "bookmark_pasteboard_helper_mac.h",
31 "bookmark_pasteboard_helper_mac.mm", 31 "bookmark_pasteboard_helper_mac.mm",
32 "bookmark_storage.cc", 32 "bookmark_storage.cc",
33 "bookmark_storage.h", 33 "bookmark_storage.h",
34 "bookmark_undo_delegate.h",
35 "bookmark_undo_provider.h",
34 "bookmark_utils.cc", 36 "bookmark_utils.cc",
35 "bookmark_utils.h", 37 "bookmark_utils.h",
36 "scoped_group_bookmark_actions.cc", 38 "scoped_group_bookmark_actions.cc",
37 "scoped_group_bookmark_actions.h", 39 "scoped_group_bookmark_actions.h",
38 "startup_task_runner_service.cc", 40 "startup_task_runner_service.cc",
39 "startup_task_runner_service.h", 41 "startup_task_runner_service.h",
40 ] 42 ]
41 43
42 deps = [ 44 deps = [
43 "//base", 45 "//base",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "//base:prefs_test_support", 88 "//base:prefs_test_support",
87 "//components/bookmarks/common", 89 "//components/bookmarks/common",
88 "//components/bookmarks/test", 90 "//components/bookmarks/test",
89 "//components/favicon_base", 91 "//components/favicon_base",
90 "//components/pref_registry", 92 "//components/pref_registry",
91 "//testing/gtest", 93 "//testing/gtest",
92 "//ui/base", 94 "//ui/base",
93 "//url", 95 "//url",
94 ] 96 ]
95 } 97 }
OLDNEW
« no previous file with comments | « components/bookmarks.gypi ('k') | components/bookmarks/browser/bookmark_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698