summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorvitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-19 06:07:04 +0000
committervitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-19 06:07:04 +0000
commit7604fa226a3bf185c257b4068d0135087a5a2f51 (patch)
tree1c63c00f1455572bdb4faf5e2b01f03cb2208b42 /chrome/chrome_browser.gypi
parent7b09d04b19b6eefb7e715ede32fc4692949885a1 (diff)
downloadchromium_src-7604fa226a3bf185c257b4068d0135087a5a2f51.zip
chromium_src-7604fa226a3bf185c257b4068d0135087a5a2f51.tar.gz
chromium_src-7604fa226a3bf185c257b4068d0135087a5a2f51.tar.bz2
Detect privet traffic before starting utility process.
Simple PrivetTrafficDetector listens mDns port for specific sub-string and starts notification only if privet-like traffic detected. This allows to avoid ruining additional process for users without such devices on network. BUG=292754 TBR=jln,jschuh Review URL: https://chromiumcodereview.appspot.com/23702043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224052 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index ec87d2c..7877985 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3378,16 +3378,18 @@
}],
['enable_mdns==1', {
'sources' : [
- 'browser/local_discovery/privet_device_lister.h',
'browser/local_discovery/privet_device_lister.cc',
- 'browser/local_discovery/privet_device_lister_impl.h',
+ 'browser/local_discovery/privet_device_lister.h',
'browser/local_discovery/privet_device_lister_impl.cc',
+ 'browser/local_discovery/privet_device_lister_impl.h',
'browser/local_discovery/privet_http_asynchronous_factory.cc',
'browser/local_discovery/privet_http_asynchronous_factory.h',
'browser/local_discovery/privet_notifications.cc',
'browser/local_discovery/privet_notifications.h',
'browser/local_discovery/privet_notifications_factory.cc',
'browser/local_discovery/privet_notifications_factory.h',
+ 'browser/local_discovery/privet_traffic_detector.cc',
+ 'browser/local_discovery/privet_traffic_detector.h',
'browser/local_discovery/service_discovery_host_client.cc',
'browser/local_discovery/service_discovery_host_client.h',
]