blob: 272d37600c482985283243f4be5fff0ed9445f1f [file] [log] [blame]
# Copyright 2017 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.
source_set("lib") {
sources = [
"user_id_service.cc",
"user_id_service.h",
]
deps = [
"//base",
"//services/service_manager/public/cpp",
"//services/service_manager/public/mojom",
"//services/test/user_id/public/mojom",
]
}