chromium/components/sync/chromeos/BUILD.gn

# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

static_library("chromeos") {
  sources = [
    "explicit_passphrase_mojo_utils.cc",
    "explicit_passphrase_mojo_utils.h",
  ]
  public_deps = [ "//chromeos/crosapi/mojom" ]
  deps = [ "//components/sync/engine" ]
}