Question regarding how to integrate google cloud cpp to chromium #15732
-
|
Hi, I'd like to ask a question about how to integrate google-cloud-cpp to chromium More specifically, I'm interested in using google speech api for my speech recognition web api feature. So I wonder if you could suggest any guide or approach so that I could take it as a reference. I'm not familiar with bazel, and only have some of gn language knowledge and experience a bit, It seems that the dependencies of this library exists already in chromium, e.g. grpc, so I could use it At least it would be helpful to just know how long it will take to migrate speech api to chromium roughly. Thank you for reading this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I'm not familiar with any straightforward method of expressing BUILD.bazel rules in a BUILD.gn file. Unfortunately, you may have to write the specific BUILD.gn files you need from scratch. |
Beta Was this translation helpful? Give feedback.
I'm not familiar with any straightforward method of expressing BUILD.bazel rules in a BUILD.gn file. Unfortunately, you may have to write the specific BUILD.gn files you need from scratch.