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

Unified Diff: chrome/chrome.gyp

Issue 552162: Add an implementation for async_network_alive to Linux (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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/browser/sync/notifier/base/linux/network_status_detector_task_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 37136)
+++ chrome/chrome.gyp (working copy)
@@ -734,7 +734,7 @@
'browser/sync/notifier/base/async_dns_lookup.h',
'browser/sync/notifier/base/async_network_alive.h',
'browser/sync/notifier/base/fastalloc.h',
- 'browser/sync/notifier/base/linux/network_status_detector_task_linux.cc',
+ 'browser/sync/notifier/base/linux/async_network_alive_linux.cc',
'browser/sync/notifier/base/mac/network_status_detector_task_mac.h',
'browser/sync/notifier/base/mac/network_status_detector_task_mac.cc',
'browser/sync/notifier/base/nethelpers.cc',
@@ -823,9 +823,6 @@
],
'conditions': [
['OS=="linux"', {
- 'sources!': [
- 'browser/sync/notifier/base/network_status_detector_task_mt.cc',
- ],
'dependencies': [
'../build/linux/system.gyp:gtk'
],
« no previous file with comments | « chrome/browser/sync/notifier/base/linux/network_status_detector_task_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698