Chromium Code Reviews| Index: components/grpc_support/BUILD.gn |
| diff --git a/components/grpc_support/BUILD.gn b/components/grpc_support/BUILD.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..193d945fba6e1d33d197bbb618b4ab4a2150304a |
| --- /dev/null |
| +++ b/components/grpc_support/BUILD.gn |
| @@ -0,0 +1,14 @@ |
| +source_set("grpc_support") { |
| + deps = [ |
| + "//base", |
| + "//net", |
| + "//url", |
| + ] |
| + |
| + sources = [ |
| + "bidirectional_stream.cc", |
| + "bidirectional_stream.h", |
| + "c_for_grpc.cc", |
| + "include/c_for_grpc.h", |
| + ] |
| +} |