Index: components/auto_login_parser/BUILD.gn |
diff --git a/components/auto_login_parser/BUILD.gn b/components/auto_login_parser/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8b67a8c26cb640c8ce58865b441aa34b5c478a5f |
--- /dev/null |
+++ b/components/auto_login_parser/BUILD.gn |
@@ -0,0 +1,15 @@ |
+# 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", |
+ ] |
+} |