File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -159,11 +159,7 @@ cc_library(
159
159
160
160
cc_library (
161
161
name = "transcoding" ,
162
- srcs = [
163
- "transcoder_factory.cc" ,
164
- ],
165
162
hdrs = [
166
- "transcoder_factory.h" ,
167
163
"transcoder.h" ,
168
164
],
169
165
visibility = ["//visibility:public" ],
@@ -173,6 +169,18 @@ cc_library(
173
169
":response_to_json_translator" ,
174
170
":type_helper" ,
175
171
"//external:protobuf" ,
172
+ ],
173
+ )
174
+
175
+ cc_library (
176
+ name = "transcoding_endpoints" ,
177
+ srcs = [
178
+ "transcoder_factory.cc" ,
179
+ "transcoder_factory.h" ,
180
+ ],
181
+ visibility = ["//visibility:public" ],
182
+ deps = [
183
+ ":transcoding" ,
176
184
"//contrib/endpoints/include:headers_only" ,
177
185
"//external:service_config" ,
178
186
],
@@ -375,7 +383,7 @@ cc_test(
375
383
deps = [
376
384
":bookstore_test_proto" ,
377
385
":test_common" ,
378
- ":transcoding " ,
386
+ ":transcoding_endpoints " ,
379
387
"//external:googletest_main" ,
380
388
],
381
389
)
You can’t perform that action at this time.
0 commit comments