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

Side by Side 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, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3
4 [assembly: AssemblyTitle("Grpc.Core")]
5 [assembly: AssemblyDescription("")]
6 [assembly: AssemblyConfiguration("")]
7 [assembly: AssemblyCompany("")]
8 [assembly: AssemblyProduct("")]
9 [assembly: AssemblyCopyright("Google Inc. All rights reserved.")]
10 [assembly: AssemblyTrademark("")]
11 [assembly: AssemblyCulture("")]
12
13 #if SIGNED
14 [assembly: InternalsVisibleTo("Grpc.Core.Tests,PublicKey=" +
15 "00240000048000009400000006020000002400005253413100040000010001002f5797a92c6 fcde81bd4098f43" +
16 "0442bb8e12768722de0b0cb1b15e955b32a11352740ee59f2c94c48edc8e177d1052536b8ac 651bce11ce5da3a" +
17 "27fc95aff3dc604a6971417453f9483c7b5e836756d5b271bf8f2403fe186e31956148c03d8 04487cf642f8cc0" +
18 "71394ee9672dfe5b55ea0f95dfd5a7f77d22c962ccf51320d3")]
19 #else
20 [assembly: InternalsVisibleTo("Grpc.Core.Tests")]
21 #endif
OLDNEW
« 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