BUILD.gn 344 B

1234567891011121314
  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. static_library("database_utils") {
  5. sources = [
  6. "upper_bound_string.cc",
  7. "upper_bound_string.h",
  8. "url_converter.cc",
  9. "url_converter.h",
  10. ]
  11. deps = [ "//url" ]
  12. }