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

Unified Diff: components/password_manager/content/browser/BUILD.gn

Issue 397953005: Add more components to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less android 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/password_manager.gypi ('k') | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/content/browser/BUILD.gn
diff --git a/components/password_manager/content/browser/BUILD.gn b/components/password_manager/content/browser/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..7114fc7695a40d21ba909d01ba4a764e037624cc
--- /dev/null
+++ b/components/password_manager/content/browser/BUILD.gn
@@ -0,0 +1,25 @@
+# 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.
+
+static_library("browser") {
+ sources = [
+ "content_password_manager_driver.cc",
+ "content_password_manager_driver.h",
+ "password_manager_internals_service_factory.cc",
+ "password_manager_internals_service_factory.h",
+ ]
+
+ deps = [
+ "//base",
+ "//components/autofill/content/browser",
+ "//components/autofill/content/common",
+ "//components/autofill/core/common",
+ "//components/keyed_service/content",
+ "//components/password_manager/core/browser",
+ "//content/public/browser",
+ "//content/public/common",
+ "//ipc",
+ "//net",
+ ]
+}
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698