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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 833033002: Remove dependency on //content from history DownloadDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete #include Created 5 years, 11 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 | « no previous file | chrome/browser/download/download_browsertest.cc » ('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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 9
10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 defines = nacl_defines 218 defines = nacl_defines
219 219
220 deps += [ 220 deps += [
221 "//apps", 221 "//apps",
222 "//cc", 222 "//cc",
223 "//chrome/browser/devtools", 223 "//chrome/browser/devtools",
224 "//chrome/installer/util", 224 "//chrome/installer/util",
225 "//components/app_modal", 225 "//components/app_modal",
226 "//components/autofill/content/browser", 226 "//components/autofill/content/browser",
227 "//components/dom_distiller/content", 227 "//components/dom_distiller/content",
228 "//components/history/content/browser",
228 "//components/keyed_service/content", 229 "//components/keyed_service/content",
229 "//components/navigation_interception", 230 "//components/navigation_interception",
230 "//components/password_manager/content/browser", 231 "//components/password_manager/content/browser",
231 "//components/precache/content", 232 "//components/precache/content",
232 "//components/sessions:sessions_content", 233 "//components/sessions:sessions_content",
233 "//components/storage_monitor", 234 "//components/storage_monitor",
234 "//components/translate/content/browser", 235 "//components/translate/content/browser",
235 "//components/url_matcher", 236 "//components/url_matcher",
236 "//components/visitedlink/browser", 237 "//components/visitedlink/browser",
237 "//components/visitedlink/common", 238 "//components/visitedlink/common",
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 ] 1059 ]
1059 } 1060 }
1060 1061
1061 if (enable_wifi_bootstrapping) { 1062 if (enable_wifi_bootstrapping) {
1062 sources += [ 1063 sources += [
1063 "local_discovery/wifi/mock_wifi_manager.cc", 1064 "local_discovery/wifi/mock_wifi_manager.cc",
1064 "local_discovery/wifi/mock_wifi_manager.h", 1065 "local_discovery/wifi/mock_wifi_manager.h",
1065 ] 1066 ]
1066 } 1067 }
1067 } 1068 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/download/download_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698