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

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

Issue 722723005: Move constants used by history component to history namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android build failures Created 6 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
« no previous file with comments | « components/history.gypi ('k') | components/history/core/browser/history_constants.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 static_library("browser") { 5 static_library("browser") {
6 sources = [ 6 sources = [
7 "history_backend_notifier.h", 7 "history_backend_notifier.h",
8 "history_backend_observer.h", 8 "history_backend_observer.h",
9 "history_client.cc", 9 "history_client.cc",
10 "history_client.h", 10 "history_client.h",
11 "history_constants.cc",
12 "history_constants.h",
11 "history_match.cc", 13 "history_match.cc",
12 "history_match.h", 14 "history_match.h",
13 "history_service_observer.h", 15 "history_service_observer.h",
14 "history_types.cc", 16 "history_types.cc",
15 "history_types.h", 17 "history_types.h",
16 "in_memory_database.cc", 18 "in_memory_database.cc",
17 "in_memory_database.h", 19 "in_memory_database.h",
18 "keyword_id.h", 20 "keyword_id.h",
19 "keyword_search_term.cc", 21 "keyword_search_term.cc",
20 "keyword_search_term.h", 22 "keyword_search_term.h",
(...skipping 10 matching lines...) Expand all
31 "//base", 33 "//base",
32 "//components/favicon_base", 34 "//components/favicon_base",
33 "//components/keyed_service/core", 35 "//components/keyed_service/core",
34 "//components/query_parser", 36 "//components/query_parser",
35 "//net", 37 "//net",
36 "//sql", 38 "//sql",
37 "//ui/base", 39 "//ui/base",
38 "//ui/gfx", 40 "//ui/gfx",
39 ] 41 ]
40 } 42 }
OLDNEW
« no previous file with comments | « components/history.gypi ('k') | components/history/core/browser/history_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698