BUILD.gn 380 B

123456789101112
  1. # Copyright 2022 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("chromeos") {
  5. sources = [
  6. "explicit_passphrase_mojo_utils.cc",
  7. "explicit_passphrase_mojo_utils.h",
  8. ]
  9. public_deps = [ "//chromeos/crosapi/mojom" ]
  10. deps = [ "//components/sync/engine" ]
  11. }