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

Unified Diff: tools/gn/secondary/net/BUILD.gn

Issue 35763004: [net] Move android/x509_util.[cc|h] to cert/x509_util_android.[cc|h] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « net/net.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/net/BUILD.gn
diff --git a/tools/gn/secondary/net/BUILD.gn b/tools/gn/secondary/net/BUILD.gn
index 77ac418cf6486cffadd1e1e1b2ed74a95fa6f941..114da13ad5b16b3fd23c3c0e6cb6aaa7a10f1e43 100644
--- a/tools/gn/secondary/net/BUILD.gn
+++ b/tools/gn/secondary/net/BUILD.gn
@@ -26,8 +26,6 @@ component("net") {
"android/network_change_notifier_factory_android.h",
"android/network_library.cc",
"android/network_library.h",
- "android/x509_util.cc",
- "android/x509_util.h",
"base/address_family.h",
"base/address_list.cc",
"base/address_list.h",
@@ -254,6 +252,8 @@ component("net") {
"cert/x509_certificate_win.cc",
"cert/x509_util.h",
"cert/x509_util.cc",
+ "cert/x509_util_android.cc",
+ "cert/x509_util_android.h",
"cert/x509_util_ios.cc",
"cert/x509_util_ios.h",
"cert/x509_util_mac.cc",
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698