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

Unified Diff: chrome/third_party/mozilla_security_manager/BUILD.gn

Issue 1393953003: Make chrome/common pass "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « chrome/common/net/BUILD.gn ('k') | components/policy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/third_party/mozilla_security_manager/BUILD.gn
diff --git a/chrome/third_party/mozilla_security_manager/BUILD.gn b/chrome/third_party/mozilla_security_manager/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..8c14453340514c88973e7bca6fcd66271b9c8ff0
--- /dev/null
+++ b/chrome/third_party/mozilla_security_manager/BUILD.gn
@@ -0,0 +1,19 @@
+# Copyright 2015 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("mozilla_security_manager") {
+ sources = [
+ "nsNSSCertHelper.cpp",
+ "nsNSSCertHelper.h",
+ "nsNSSCertificate.cpp",
+ "nsNSSCertificate.h",
+ "nsUsageArrayHelper.cpp",
+ "nsUsageArrayHelper.h",
+ ]
+
+ deps = [
+ "//crypto:platform",
+ "//third_party/icu",
+ ]
+}
« no previous file with comments | « chrome/common/net/BUILD.gn ('k') | components/policy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698