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

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

Issue 1320533007: Componentize ssl_config_service_manager_pref.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve -Wnewline-eof mac_chromium bot failure Created 5 years, 2 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/DEPS » ('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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "//components/navigation_interception", 290 "//components/navigation_interception",
291 "//components/net_log", 291 "//components/net_log",
292 "//components/network_hints/common", 292 "//components/network_hints/common",
293 "//components/password_manager/content/browser", 293 "//components/password_manager/content/browser",
294 "//components/password_manager/sync/browser", 294 "//components/password_manager/sync/browser",
295 "//components/plugins/common", 295 "//components/plugins/common",
296 "//components/proxy_config", 296 "//components/proxy_config",
297 "//components/resources", 297 "//components/resources",
298 "//components/safe_json", 298 "//components/safe_json",
299 "//components/sessions", 299 "//components/sessions",
300 "//components/ssl_config",
300 "//components/storage_monitor", 301 "//components/storage_monitor",
301 "//components/syncable_prefs", 302 "//components/syncable_prefs",
302 "//components/translate/content/browser", 303 "//components/translate/content/browser",
303 "//components/upload_list", 304 "//components/upload_list",
304 "//components/url_matcher", 305 "//components/url_matcher",
305 "//components/visitedlink/browser", 306 "//components/visitedlink/browser",
306 "//components/visitedlink/common", 307 "//components/visitedlink/common",
307 "//components/web_cache/browser", 308 "//components/web_cache/browser",
308 "//components/web_modal", 309 "//components/web_modal",
309 "//content/app/resources", 310 "//content/app/resources",
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
1253 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1254 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1254 deps = [ 1255 deps = [
1255 "//components/google/core/browser", 1256 "//components/google/core/browser",
1256 "//components/omnibox/browser", 1257 "//components/omnibox/browser",
1257 "//components/rlz", 1258 "//components/rlz",
1258 "//components/search_engines", 1259 "//components/search_engines",
1259 "//rlz:rlz_lib", 1260 "//rlz:rlz_lib",
1260 ] 1261 ]
1261 } 1262 }
1262 } 1263 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698