diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-18 22:32:55 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-18 22:32:55 +0000 |
commit | 74ac334361011af6ac441cbc78ec7d7a2f4c6ce8 (patch) | |
tree | 2f8d894fefc46eea4985a316557d64db46ba37cb /chrome/chrome_browser.gypi | |
parent | d61e096b7e834877db979e73064b24f40a860ff4 (diff) | |
download | chromium_src-74ac334361011af6ac441cbc78ec7d7a2f4c6ce8.zip chromium_src-74ac334361011af6ac441cbc78ec7d7a2f4c6ce8.tar.gz chromium_src-74ac334361011af6ac441cbc78ec7d7a2f4c6ce8.tar.bz2 |
[Sync] Remove dependency of SyncNotifierThread on webkit
Move the use of webkit_glue::GetUserAgent() to SyncBackendHost and
pass it down as a string to SyncNotifierThread.
This works around some linking problems when trying to make
sync_listen_notifications use the new SyncNotifier interface, and
is good to do anyway.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6712028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index a7eded3..c3c96db 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -27,6 +27,7 @@ 'theme_resources', 'userfeedback_proto', '../app/app.gyp:app_resources', + '../build/temp_gyp/googleurl.gyp:googleurl', '../content/content.gyp:content_browser', '../gpu/gpu.gyp:gpu_common', '../media/media.gyp:media', |