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

Side by Side Diff: components/bookmarks/browser/BUILD.gn

Issue 2537223008: Add TitledUrlIndex for indexing arbitrary title/URL pairs (Closed)
Patch Set: Created 4 years 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
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 static_library("browser") { 7 static_library("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 21 matching lines...) Expand all
32 "bookmark_storage.cc", 32 "bookmark_storage.cc",
33 "bookmark_storage.h", 33 "bookmark_storage.h",
34 "bookmark_undo_delegate.h", 34 "bookmark_undo_delegate.h",
35 "bookmark_undo_provider.h", 35 "bookmark_undo_provider.h",
36 "bookmark_utils.cc", 36 "bookmark_utils.cc",
37 "bookmark_utils.h", 37 "bookmark_utils.h",
38 "scoped_group_bookmark_actions.cc", 38 "scoped_group_bookmark_actions.cc",
39 "scoped_group_bookmark_actions.h", 39 "scoped_group_bookmark_actions.h",
40 "startup_task_runner_service.cc", 40 "startup_task_runner_service.cc",
41 "startup_task_runner_service.h", 41 "startup_task_runner_service.h",
42 "titled_url_index.cc",
43 "titled_url_index.h",
44 "titled_url_match.cc",
45 "titled_url_match.h",
46 "titled_url_node.h",
42 ] 47 ]
43 48
44 public_deps = [ 49 public_deps = [
45 "//components/bookmarks/common", 50 "//components/bookmarks/common",
46 ] 51 ]
47 52
48 deps = [ 53 deps = [
49 "//base", 54 "//base",
50 "//base:i18n", 55 "//base:i18n",
51 "//components/favicon_base", 56 "//components/favicon_base",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "//components/bookmarks/test", 116 "//components/bookmarks/test",
112 "//components/favicon_base", 117 "//components/favicon_base",
113 "//components/pref_registry", 118 "//components/pref_registry",
114 "//components/prefs", 119 "//components/prefs",
115 "//components/prefs:test_support", 120 "//components/prefs:test_support",
116 "//testing/gtest", 121 "//testing/gtest",
117 "//ui/base", 122 "//ui/base",
118 "//url", 123 "//url",
119 ] 124 ]
120 } 125 }
OLDNEW
« no previous file with comments | « no previous file | components/bookmarks/browser/titled_url_index.h » ('j') | components/bookmarks/browser/titled_url_index.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698