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

Unified Diff: components/google.gypi

Issue 316203003: Componentize GoogleURLTracker(InfoBarDelegate,MapEntry,NavHelper) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 6 years, 6 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 676fe81ef8895eb11a67c4952e72eded52ab3ad8..588ac4b701999fa7547e18f9b14c53dba6ed7c04 100644
--- a/components/google.gypi
+++ b/components/google.gypi
@@ -9,6 +9,12 @@
'type': 'static_library',
'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',
],
'include_dirs': [
'..',
@@ -20,9 +26,19 @@
'google/core/browser/google_search_metrics.h',
'google/core/browser/google_switches.cc',
'google/core/browser/google_switches.h',
+ 'google/core/browser/google_url_tracker.cc',
+ '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',
],
+ # 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