File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ core_library(
50
50
srcs = glob ([
51
51
"*.cs" ,
52
52
"Chrome/*.cs" ,
53
+ "Chromium/*.cs" ,
53
54
"Edge/*.cs" ,
54
55
"Firefox/**/*.cs" ,
55
56
"Html5/*.cs" ,
@@ -81,6 +82,7 @@ core_library(
81
82
srcs = glob ([
82
83
"*.cs" ,
83
84
"Chrome/*.cs" ,
85
+ "Chromium/*.cs" ,
84
86
"Edge/*.cs" ,
85
87
"Firefox/**/*.cs" ,
86
88
"Html5/*.cs" ,
@@ -151,6 +153,7 @@ core_library(
151
153
src_assembly = ":{}assembly" .format (framework ),
152
154
visibility = ["//visibility:public" ],
153
155
deps = ["@json.net//:net45" ],
156
+ dotnet_context_data = "@io_bazel_rules_dotnet//:net_context_data_{}" .format (framework ),
154
157
) for framework in SUPPORTED_NET_FRAMEWORKS ]
155
158
156
159
[merged_assembly (
@@ -160,6 +163,7 @@ core_library(
160
163
src_assembly = ":{}assembly-strongnamed" .format (framework ),
161
164
visibility = ["//visibility:public" ],
162
165
deps = ["@json.net//:net45" ],
166
+ dotnet_context_data = "@io_bazel_rules_dotnet//:net_context_data_{}" .format (framework ),
163
167
) for framework in SUPPORTED_NET_FRAMEWORKS ]
164
168
165
169
nuget_package (
You can’t perform that action at this time.
0 commit comments