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

Unified Diff: chrome/browser/BUILD.gn

Issue 1440303002: Componentize SecurityStateModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android/cros fixes Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 2a0fcbe1f52a5d56617977b83f465175a8afc468..71d626b6640ad8438510f1cacc85241c18e26287 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -137,8 +137,8 @@ source_set("browser") {
"//components/metrics:net",
"//components/metrics:profiler",
"//components/metrics:profiler_content",
- "//components/metrics/proto:proto",
"//components/metrics:ui",
+ "//components/metrics/proto:proto",
"//components/metrics_services_manager",
"//components/mime_util",
"//components/navigation_metrics",
@@ -159,6 +159,7 @@ source_set("browser") {
"//components/search_engines",
"//components/search_provider_logos",
"//components/security_interstitials/core",
+ "//components/security_state",
"//components/signin/core/browser",
"//components/ssl_errors",
"//components/startup_metric_utils/browser:lib",
@@ -180,9 +181,9 @@ source_set("browser") {
"//components/variations",
"//components/variations/net",
"//components/variations/service",
+ "//components/web_resource",
"//components/webdata/common",
"//components/webdata_services",
- "//components/web_resource",
"//content/public/browser",
"//content/public/common",
"//courgette:courgette_lib",
@@ -194,8 +195,8 @@ source_set("browser") {
"//sync",
"//third_party/cacheinvalidation",
"//third_party/icu",
- "//third_party/libxml",
"//third_party/libjingle",
+ "//third_party/libxml",
"//third_party/widevine/cdm:version_h",
"//third_party/zlib",
"//third_party/zlib:minizip",
@@ -205,9 +206,9 @@ source_set("browser") {
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/message_center",
+ "//ui/resources",
"//ui/shell_dialogs",
"//ui/strings",
- "//ui/resources",
]
data_deps = []
@@ -657,8 +658,8 @@ source_set("browser") {
".",
"//chrome")
deps += [
- "//printing",
"//components/printing/browser",
+ "//printing",
]
if (is_win) {
@@ -738,9 +739,9 @@ source_set("browser") {
"//third_party/libaddressinput:util",
]
deps -= [
- "//third_party/libaddressinput",
"//components/storage_monitor",
"//components/web_modal",
+ "//third_party/libaddressinput",
]
defines += [ "ENABLE_DATA_REDUCTION_PROXY_DEBUGGING" ]
@@ -1068,6 +1069,7 @@ source_set("test_support") {
]
deps = [
"//base:prefs_test_support",
+ "//chrome/app/theme:theme_resources",
"//chrome/browser",
"//chrome/common",
"//chrome/common/safe_browsing:proto",
@@ -1078,7 +1080,6 @@ source_set("test_support") {
"//components/syncable_prefs:test_support",
"//components/user_prefs/tracked:user_prefs_tracked_test_support",
"//content/test:test_support",
- "//chrome/app/theme:theme_resources",
"//net:test_support",
"//skia",
"//testing/gmock",
« 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