summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-01-06 11:04:13 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-06 19:05:01 +0000
commit09de2b88725e565520cc5506593cc6f58251710a (patch)
tree485ae58286e566652da5bc3e37bc27bd9795489e /build/common.gypi
parentdbd63563350027344e25fa3e9b1f5a93b0e03422 (diff)
downloadchromium_src-09de2b88725e565520cc5506593cc6f58251710a.zip
chromium_src-09de2b88725e565520cc5506593cc6f58251710a.tar.gz
chromium_src-09de2b88725e565520cc5506593cc6f58251710a.tar.bz2
Put more files under the enable_service_discovery build flag.
TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/1554563002 Cr-Commit-Position: refs/heads/master@{#367872}
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 0c201a5..5110e1c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1011,7 +1011,7 @@
'use_openmax_dl_fft%': 0,
}],
['OS=="win" or OS=="linux"', {
- 'enable_mdns%' : 1,
+ 'enable_mdns%' : 1,
}],
# Disable various features by default on embedded.