summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-13 02:17:52 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-13 02:17:52 +0000
commit69731106c2858255cc7ef38d0241ee94bfa63a93 (patch)
tree975aec0a022383d9aa3778bd54eebba1e71d7867 /chrome/chrome_browser.gypi
parent44e621d061718eb36b814cda5e9fc466abb850f6 (diff)
downloadchromium_src-69731106c2858255cc7ef38d0241ee94bfa63a93.zip
chromium_src-69731106c2858255cc7ef38d0241ee94bfa63a93.tar.gz
chromium_src-69731106c2858255cc7ef38d0241ee94bfa63a93.tar.bz2
Added NetworkChangeNotifierIOThread, which will be used by the
sync/notifier threads to pass into NetworkChangeNotifierProxy. Refactored unit tests a bit. BUG=19784 TEST=unit tests Review URL: http://codereview.chromium.org/1987013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 9def079..25df2af 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2056,6 +2056,8 @@
'browser/sync/glue/typed_url_model_associator.h',
'browser/sync/glue/ui_model_worker.cc',
'browser/sync/glue/ui_model_worker.h',
+ 'browser/sync/net/network_change_notifier_io_thread.cc',
+ 'browser/sync/net/network_change_notifier_io_thread.h',
'browser/sync/notification_method.h',
'browser/sync/notification_method.cc',
'browser/sync/profile_sync_service.cc',