Upload upstream chromium 76.0.3809.146
[platform/framework/web/chromium-efl.git] / components / login / BUILD.gn
1 # Copyright 2014 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
5 component("login") {
6   sources = [
7     "base_screen_handler_utils.cc",
8     "base_screen_handler_utils.h",
9     "localized_values_builder.cc",
10     "localized_values_builder.h",
11     "secure_module_util_chromeos.cc",
12     "secure_module_util_chromeos.h",
13   ]
14
15   defines = [ "LOGIN_IMPLEMENTATION" ]
16
17   deps = [
18     "//components/account_id",
19     "//ui/base",
20   ]
21
22   public_deps = [
23     "//base",
24   ]
25 }