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

Unified Diff: components/google.gypi

Issue 316203003: Componentize GoogleURLTracker(InfoBarDelegate,MapEntry,NavHelper) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for iOS! 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
Index: components/google.gypi
diff --git a/components/google.gypi b/components/google.gypi
index 676fe81ef8895eb11a67c4952e72eded52ab3ad8..a38de77d755d4ac40b8cbe1157c0079b318e4c50 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,8 +26,16 @@
'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',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698