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

Unified Diff: components/google.gypi

Issue 333723002: Componentize google_util (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + build fix 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 | « chrome/test/base/in_process_browser_test.cc ('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 588ac4b701999fa7547e18f9b14c53dba6ed7c04..c6eb701294580a36d8a5ec01c65a594fd57bcae4 100644
--- a/components/google.gypi
+++ b/components/google.gypi
@@ -15,6 +15,7 @@
'components_strings.gyp:components_strings',
'keyed_service_core',
'infobars_core',
+ 'url_fixer',
],
'include_dirs': [
'..',
@@ -36,6 +37,8 @@
'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 | « chrome/test/base/in_process_browser_test.cc ('k') | components/google/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698