aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authormark a. foltz <mfoltz@chromium.org>2019-05-02 14:17:16 -0700
committerCommit Bot <commit-bot@chromium.org>2019-05-02 21:23:43 +0000
commit115345fc83735bde2470d9cd33b9aca92c4b9819 (patch)
tree96170caa36412ee0ad15220e4eb1f9a82c0d5e83 /build
parent513b5595a8c07d9814db163aaf869d9404413cda (diff)
downloadopenscreen-115345fc83735bde2470d9cd33b9aca92c4b9819.tar.gz
[Open Screen Protocol] Move OSP code to osp/
Also converts some relative target references to absolute references. Still TODO: - Add/update osp/ DEPS - Move demo build rule - Move cddl codegen to osp/tools - Move third_party code around Change-Id: Ifb385f9d45ef7fe6e9c56036d95f75abef6c95ea Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1592041 Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by: Max Yakimakha <yakimakha@google.com>
Diffstat (limited to 'build')
-rw-r--r--build/config/services.gni13
1 files changed, 0 insertions, 13 deletions
diff --git a/build/config/services.gni b/build/config/services.gni
deleted file mode 100644
index 1d3d3466..00000000
--- a/build/config/services.gni
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 2019 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//build_overrides/build.gni")
-
-use_chromium_quic = true
-use_mdns_responder = true
-
-if (build_with_chromium) {
- use_chromium_quic = false
- use_mdns_responder = false
-}