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

Side by Side Diff: chrome/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: Rebase again now that CQ is fixed Created 5 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "//components/signin/core/browser", 140 "//components/signin/core/browser",
141 "//components/startup_metric_utils", 141 "//components/startup_metric_utils",
142 "//components/strings", 142 "//components/strings",
143 "//components/suggestions", 143 "//components/suggestions",
144 "//components/sync_driver", 144 "//components/sync_driver",
145 "//components/translate/core/browser", 145 "//components/translate/core/browser",
146 "//components/translate/core/common", 146 "//components/translate/core/common",
147 "//components/ui/zoom:ui_zoom", 147 "//components/ui/zoom:ui_zoom",
148 "//components/undo", 148 "//components/undo",
149 "//components/update_client", 149 "//components/update_client",
150 "//components/url_fixer", 150 "//components/url_formatter",
151 "//components/user_prefs", 151 "//components/user_prefs",
152 "//components/variations", 152 "//components/variations",
153 "//components/variations/net", 153 "//components/variations/net",
154 "//components/webdata/common", 154 "//components/webdata/common",
155 "//components/webdata_services", 155 "//components/webdata_services",
156 "//components/web_resource", 156 "//components/web_resource",
157 "//content/public/browser", 157 "//content/public/browser",
158 "//content/public/common", 158 "//content/public/common",
159 "//courgette:courgette_lib", 159 "//courgette:courgette_lib",
160 "//crypto", 160 "//crypto",
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1216 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1217 deps = [ 1217 deps = [
1218 "//components/google/core/browser", 1218 "//components/google/core/browser",
1219 "//components/omnibox/browser", 1219 "//components/omnibox/browser",
1220 "//components/rlz", 1220 "//components/rlz",
1221 "//components/search_engines", 1221 "//components/search_engines",
1222 "//rlz:rlz_lib", 1222 "//rlz:rlz_lib",
1223 ] 1223 ]
1224 } 1224 }
1225 } 1225 }
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/UrlUtilities.java ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698