1# Copyright 2020 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5source_set("mozilla") {
6  sources = [
7    "url_parse.cc",
8    "url_parse.h",
9    "url_parse_internal.cc",
10    "url_parse_internal.h",
11  ]
12
13  public_configs = [ "../../build:openscreen_include_dirs" ]
14}
15