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

Side by Side Diff: components/history/core/browser/BUILD.gn

Issue 441623002: Eliminate sending NOTIFICATION_TOP_SITES_* from TopSites (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add new file to gyp and gn Created 6 years, 4 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
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 static_library("browser") { 5 static_library("browser") {
6 sources = [ 6 sources = [
7 "history_client.cc", 7 "history_client.cc",
8 "history_client.h", 8 "history_client.h",
9 "history_match.cc", 9 "history_match.cc",
10 "history_match.h", 10 "history_match.h",
11 "in_memory_database.cc", 11 "in_memory_database.cc",
12 "in_memory_database.h", 12 "in_memory_database.h",
13 "keyword_id.h", 13 "keyword_id.h",
14 "keyword_search_term.cc", 14 "keyword_search_term.cc",
15 "keyword_search_term.h", 15 "keyword_search_term.h",
16 "top_sites_observer.h",
16 "url_database.cc", 17 "url_database.cc",
17 "url_database.h", 18 "url_database.h",
18 "url_row.cc", 19 "url_row.cc",
19 "url_row.h", 20 "url_row.h",
20 ] 21 ]
21 22
22 deps = [ 23 deps = [
23 "//base", 24 "//base",
24 "//components/keyed_service/core", 25 "//components/keyed_service/core",
25 "//components/query_parser", 26 "//components/query_parser",
26 "//net", 27 "//net",
27 "//sql", 28 "//sql",
28 ] 29 ]
29 } 30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698