-
Robert Sesek authored
This updates the bindings generators and hard-coded interface names in tests and the service_manager. The remainder of the CL was generated by: for f in $(find . -name '*.json' -not \( -path './out/*' -o -path './third_party/*' -o -path '*.xcassets/*' \)); do grep interface_provider_spec "./$f" >/dev/null && gsed -i s/::/./g "$f"; done Tbr: jam@chromium.org Bug: 835446 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_mojo;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I0bb22615b9c66824c6f95da66e3d7016809d63c7 Reviewed-on: https://chromium-review.googlesource.com/1026419 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#558841}
583d4851