summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorvitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-28 08:14:37 +0000
committervitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-28 08:14:37 +0000
commit040e90ddcb6c491db29fc917424e177bba40508c (patch)
tree84a76dfd29aa19bc42fc3b1f7cd8db847f27635e /chrome/chrome_common.gypi
parent2ea5fc1d74afbd7bf3f4d88a18b437f05e20d58b (diff)
downloadchromium_src-040e90ddcb6c491db29fc917424e177bba40508c.zip
chromium_src-040e90ddcb6c491db29fc917424e177bba40508c.tar.gz
chromium_src-040e90ddcb6c491db29fc917424e177bba40508c.tar.bz2
Move service_discovery_client_impl.* into chrome/common.
It's need to be used by utility and browser processes. BUG=349645 Review URL: https://codereview.chromium.org/256923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266487 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi14
1 files changed, 12 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 4d95f87..4e5447d 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -240,8 +240,6 @@
'common/instant_types.h',
'common/localized_error.cc',
'common/localized_error.h',
- 'common/local_discovery/service_discovery_client.cc',
- 'common/local_discovery/service_discovery_client.h',
'common/logging_chrome.cc',
'common/logging_chrome.h',
'common/mac/app_mode_common.h',
@@ -426,6 +424,18 @@
'<(DEPTH)/printing/printing.gyp:printing',
],
}],
+ ['enable_service_discovery==1', {
+ 'sources' : [
+ 'common/local_discovery/service_discovery_client.cc',
+ 'common/local_discovery/service_discovery_client.h',
+ ]
+ }],
+ ['enable_mdns==1', {
+ 'sources' : [
+ 'common/local_discovery/service_discovery_client_impl.cc',
+ 'common/local_discovery/service_discovery_client_impl.h',
+ ]
+ }],
['OS=="android"', {
'sources/': [
['exclude', '^common/chrome_version_info_posix.cc'],