Commit 74ebe470 authored by hclam@chromium.org's avatar hclam@chromium.org

GN: Build file for component/auto_login_parser

Adding component/auto_login_parser/BUILD.gn.

TBR=jochen

Review URL: https://codereview.chromium.org/382943003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283533 0039d316-1c4b-4281-b951-d872f2087c98
parent 045fc297
...@@ -8,6 +8,7 @@ group("all_components") { ...@@ -8,6 +8,7 @@ group("all_components") {
visibility = "//:*" # Only for the root targets to bring in. visibility = "//:*" # Only for the root targets to bring in.
deps = [ deps = [
"//components/auto_login_parser",
"//components/autocomplete", "//components/autocomplete",
"//components/autofill/content/browser", "//components/autofill/content/browser",
"//components/autofill/content/common", "//components/autofill/content/common",
......
# Copyright 2014 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("auto_login_parser") {
sources = [
"auto_login_parser.cc",
"auto_login_parser.h",
]
deps = [
"//base",
"//net",
]
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment