blob: 6bc2956e0c072aa3a43c223cc521eeba45b4344e [file] [log] [blame]
# Copyright 2020 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("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("url_pattern") {
sources = [
"url_pattern.cc",
"url_pattern.h",
]
public_deps = [
"//third_party/blink/renderer/platform",
"//third_party/liburlpattern",
]
}