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

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

Issue 1539043002: Pull SecurityStateModel out into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
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("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "//components/password_manager/core/common", 152 "//components/password_manager/core/common",
153 "//components/policy:policy_component", 153 "//components/policy:policy_component",
154 "//components/proxy_config", 154 "//components/proxy_config",
155 "//components/query_parser", 155 "//components/query_parser",
156 "//components/rappor", 156 "//components/rappor",
157 "//components/renderer_context_menu", 157 "//components/renderer_context_menu",
158 "//components/search", 158 "//components/search",
159 "//components/search_engines", 159 "//components/search_engines",
160 "//components/search_provider_logos", 160 "//components/search_provider_logos",
161 "//components/security_interstitials/core", 161 "//components/security_interstitials/core",
162 "//components/security_state",
162 "//components/signin/core/browser", 163 "//components/signin/core/browser",
163 "//components/ssl_errors", 164 "//components/ssl_errors",
164 "//components/startup_metric_utils/browser:lib", 165 "//components/startup_metric_utils/browser:lib",
165 "//components/startup_metric_utils/browser:message_filter_lib", 166 "//components/startup_metric_utils/browser:message_filter_lib",
166 "//components/strings", 167 "//components/strings",
167 "//components/suggestions", 168 "//components/suggestions",
168 "//components/sync_bookmarks", 169 "//components/sync_bookmarks",
169 "//components/sync_driver", 170 "//components/sync_driver",
170 "//components/sync_sessions", 171 "//components/sync_sessions",
171 "//components/tracing:startup_tracing", 172 "//components/tracing:startup_tracing",
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1332 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1332 deps = [ 1333 deps = [
1333 "//components/google/core/browser", 1334 "//components/google/core/browser",
1334 "//components/omnibox/browser", 1335 "//components/omnibox/browser",
1335 "//components/rlz", 1336 "//components/rlz",
1336 "//components/search_engines", 1337 "//components/search_engines",
1337 "//rlz:rlz_lib", 1338 "//rlz:rlz_lib",
1338 ] 1339 ]
1339 } 1340 }
1340 } 1341 }
OLDNEW
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappVisibilityTest.java ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698