Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: components/auto_login_parser/BUILD.gn

Issue 382943003: GN: Build file for component/auto_login_parser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
+}
« no previous file with comments | « components/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698