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

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

Issue 1296663003: Componentize proxy code from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating for win p/f Created 5 years, 3 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/chromeos/BUILD.gn » ('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/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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "//components/devtools_discovery", 261 "//components/devtools_discovery",
262 "//components/devtools_http_handler", 262 "//components/devtools_http_handler",
263 "//components/dom_distiller/content:content_browser", 263 "//components/dom_distiller/content:content_browser",
264 "//components/favicon/content", 264 "//components/favicon/content",
265 "//components/history/content/browser", 265 "//components/history/content/browser",
266 "//components/keyed_service/content", 266 "//components/keyed_service/content",
267 "//components/navigation_interception", 267 "//components/navigation_interception",
268 "//components/password_manager/content/browser", 268 "//components/password_manager/content/browser",
269 "//components/password_manager/sync/browser", 269 "//components/password_manager/sync/browser",
270 "//components/plugins/common", 270 "//components/plugins/common",
271 "//components/proxy_config",
271 "//components/safe_json", 272 "//components/safe_json",
272 "//components/sessions", 273 "//components/sessions",
273 "//components/storage_monitor", 274 "//components/storage_monitor",
274 "//components/translate/content/browser", 275 "//components/translate/content/browser",
275 "//components/upload_list", 276 "//components/upload_list",
276 "//components/url_matcher", 277 "//components/url_matcher",
277 "//components/visitedlink/browser", 278 "//components/visitedlink/browser",
278 "//components/visitedlink/common", 279 "//components/visitedlink/common",
279 "//components/web_cache/browser", 280 "//components/web_cache/browser",
280 "//components/web_modal", 281 "//components/web_modal",
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1220 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1220 deps = [ 1221 deps = [
1221 "//components/google/core/browser", 1222 "//components/google/core/browser",
1222 "//components/omnibox/browser", 1223 "//components/omnibox/browser",
1223 "//components/rlz", 1224 "//components/rlz",
1224 "//components/search_engines", 1225 "//components/search_engines",
1225 "//rlz:rlz_lib", 1226 "//rlz:rlz_lib",
1226 ] 1227 ]
1227 } 1228 }
1228 } 1229 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698