BUILD.gn 364 B

1234567891011121314151617
  1. # Copyright 2015 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("cookie_config") {
  5. sources = [
  6. "cookie_store_util.cc",
  7. "cookie_store_util.h",
  8. ]
  9. deps = [
  10. "//base",
  11. "//components/os_crypt",
  12. "//net",
  13. "//net:extras",
  14. ]
  15. }