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

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

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes following rebase Created 5 years, 6 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 "delete_directive_handler.cc", 7 "delete_directive_handler.cc",
8 "delete_directive_handler.h", 8 "delete_directive_handler.h",
9 "download_constants.h", 9 "download_constants.h",
10 "download_database.cc", 10 "download_database.cc",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 82
83 deps = [ 83 deps = [
84 "//base", 84 "//base",
85 "//base:i18n", 85 "//base:i18n",
86 "//base:prefs", 86 "//base:prefs",
87 "//components/favicon_base", 87 "//components/favicon_base",
88 "//components/history/core/common", 88 "//components/history/core/common",
89 "//components/keyed_service/core", 89 "//components/keyed_service/core",
90 "//components/query_parser", 90 "//components/query_parser",
91 "//components/signin/core/browser", 91 "//components/signin/core/browser",
92 "//components/url_formatter",
92 "//google_apis", 93 "//google_apis",
93 "//net", 94 "//net",
94 "//skia", 95 "//skia",
95 "//sql", 96 "//sql",
96 "//sync", 97 "//sync",
97 "//third_party/sqlite", 98 "//third_party/sqlite",
98 "//ui/base", 99 "//ui/base",
99 "//ui/gfx", 100 "//ui/gfx",
100 "//url", 101 "//url",
101 ] 102 ]
(...skipping 15 matching lines...) Expand all
117 "android/sql_handler.h", 118 "android/sql_handler.h",
118 "android/urls_sql_handler.cc", 119 "android/urls_sql_handler.cc",
119 "android/urls_sql_handler.h", 120 "android/urls_sql_handler.h",
120 "android/visit_sql_handler.cc", 121 "android/visit_sql_handler.cc",
121 "android/visit_sql_handler.h", 122 "android/visit_sql_handler.h",
122 ] 123 ]
123 } 124 }
124 125
125 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 126 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
126 } 127 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698