[DevTools] Use the encoding library in third_party/inspector_protocol directly.
This makes it so that inspector_protocol instantiations within Chromium stop using the copy of the encoding library in the template - that is, third_party/inspector_protocol/lib/encoding_{h,cpp}.template - and use the C++ library directly instead. This is done by having third_party/inspector_protocol/lib/Values_cpp.template include it, which is configured in the inspector_protocol_config.json. Change-Id: Ia38fa2b36585ae90d2889946cae346e168dc5f59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634423 Commit-Queue: Johannes Henkel <johannes@chromium.org> Reviewed-by:Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#664856}
Showing
Please register or sign in to comment