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

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

Issue 464883002: Credential Manager: Renderer-side implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback3. Created 6 years, 4 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/content/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/content/common/BUILD.gn
diff --git a/components/password_manager/content/common/BUILD.gn b/components/password_manager/content/common/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..88d4d12ce5ef1c71ee39d997ae285cb3136316b5
--- /dev/null
+++ b/components/password_manager/content/common/BUILD.gn
@@ -0,0 +1,21 @@
+# 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("common") {
+ sources = [
+ "credential_manager_message_generator.cc",
+ "credential_manager_message_generator.h",
+ "credential_manager_messages.h",
+ "credential_manager_types.cc",
+ "credential_manager_types.h",
+ ]
+
+ deps = [
+ "//base",
+ "//content/public/common",
+ "//ipc",
+ "//third_party/WebKit/public:blink",
+ "//url",
+ ]
+}
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698