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..e26f695f268932983eb4582016e198b8d93549e4 |
| --- /dev/null |
| +++ b/components/grpc_support/BUILD.gn |
| @@ -0,0 +1,15 @@ |
| +source_set("grpc_support") { |
| + deps = [ |
| + "//base", |
| + "//net", |
| + "//url", |
| + ] |
| + |
| + sources = [ |
| + "cronet_bidirectional_stream.cc", |
| + "cronet_bidirectional_stream.h", |
| + "cronet_c_for_grpc.cc", |
| + "cronet_c_for_grpc.h", |
| + "environment.h", |
| + ] |
| +} |