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

Unified Diff: third_party/grpc/src/csharp/Grpc.Core/Properties/AssemblyInfo.cs

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: third_party/grpc/src/csharp/Grpc.Core/Properties/AssemblyInfo.cs
diff --git a/third_party/grpc/src/csharp/Grpc.Core/Properties/AssemblyInfo.cs b/third_party/grpc/src/csharp/Grpc.Core/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000000000000000000000000000000000000..bde74945fbf691828fff12e80d7c434610747f43
--- /dev/null
+++ b/third_party/grpc/src/csharp/Grpc.Core/Properties/AssemblyInfo.cs
@@ -0,0 +1,21 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+[assembly: AssemblyTitle("Grpc.Core")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("Google Inc. All rights reserved.")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+#if SIGNED
+[assembly: InternalsVisibleTo("Grpc.Core.Tests,PublicKey=" +
+ "00240000048000009400000006020000002400005253413100040000010001002f5797a92c6fcde81bd4098f43" +
+ "0442bb8e12768722de0b0cb1b15e955b32a11352740ee59f2c94c48edc8e177d1052536b8ac651bce11ce5da3a" +
+ "27fc95aff3dc604a6971417453f9483c7b5e836756d5b271bf8f2403fe186e31956148c03d804487cf642f8cc0" +
+ "71394ee9672dfe5b55ea0f95dfd5a7f77d22c962ccf51320d3")]
+#else
+[assembly: InternalsVisibleTo("Grpc.Core.Tests")]
+#endif
« no previous file with comments | « third_party/grpc/src/csharp/Grpc.Core/Profiling/Profilers.cs ('k') | third_party/grpc/src/csharp/Grpc.Core/RpcException.cs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698