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

Unified Diff: components/google/core/browser/BUILD.gn

Issue 808253006: Remove the GoogleURLTracker infobar functionality entirely. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resync Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/google/DEPS ('k') | components/google/core/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/google/core/browser/BUILD.gn
diff --git a/components/google/core/browser/BUILD.gn b/components/google/core/browser/BUILD.gn
index 3935fdbfff235e45711590fbd68bd6dff984374b..9af9ff664b9bed60221d92a6457045902c4a2d59 100644
--- a/components/google/core/browser/BUILD.gn
+++ b/components/google/core/browser/BUILD.gn
@@ -14,30 +14,17 @@ static_library("browser") {
"google_url_tracker.h",
"google_url_tracker_client.cc",
"google_url_tracker_client.h",
- "google_url_tracker_infobar_delegate.cc",
- "google_url_tracker_infobar_delegate.h",
- "google_url_tracker_map_entry.cc",
- "google_url_tracker_map_entry.h",
- "google_url_tracker_navigation_helper.cc",
- "google_url_tracker_navigation_helper.h",
"google_util.cc",
"google_util.h",
]
- if (is_win) {
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- cflags = [ "/wd4267" ]
- }
-
deps = [
"//base",
"//base:prefs",
"//components/keyed_service/core",
- "//components/infobars/core",
"//components/strings",
"//components/url_fixer",
"//net",
- "//ui/base",
"//url",
]
}
@@ -55,7 +42,6 @@ source_set("unit_tests") {
"//base",
"//base:prefs",
"//base:prefs_test_support",
- "//components/infobars/core",
"//net:test_support",
"//testing/gtest",
]
« no previous file with comments | « components/google/DEPS ('k') | components/google/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698