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

Unified Diff: components/google.gypi

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/components_strings.grd ('k') | components/google/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/google.gypi
diff --git a/components/google.gypi b/components/google.gypi
index 93cc4e4e66047bb4dfac7c7261dcc68a55705f17..5fb0dd0e314c55ccc5d4806c5d4e6a26f1df71a3 100644
--- a/components/google.gypi
+++ b/components/google.gypi
@@ -11,11 +11,9 @@
'dependencies': [
'../base/base.gyp:base',
'../net/net.gyp:net',
- '../ui/base/ui_base.gyp:ui_base',
'../url/url.gyp:url_lib',
'components_strings.gyp:components_strings',
'keyed_service_core',
- 'infobars_core',
'url_fixer',
],
'include_dirs': [
@@ -33,17 +31,9 @@
'google/core/browser/google_url_tracker.h',
'google/core/browser/google_url_tracker_client.cc',
'google/core/browser/google_url_tracker_client.h',
- 'google/core/browser/google_url_tracker_infobar_delegate.cc',
- 'google/core/browser/google_url_tracker_infobar_delegate.h',
- 'google/core/browser/google_url_tracker_map_entry.cc',
- 'google/core/browser/google_url_tracker_map_entry.h',
- 'google/core/browser/google_url_tracker_navigation_helper.cc',
- 'google/core/browser/google_url_tracker_navigation_helper.h',
'google/core/browser/google_util.cc',
'google/core/browser/google_util.h',
],
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- 'msvs_disabled_warnings': [4267, ],
},
],
}
« no previous file with comments | « components/components_strings.grd ('k') | components/google/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698