Commit 0b050198 authored by Florian Mayer's avatar Florian Mayer Committed by Commit Bot

Update dependency on Perfetto proto target.

Change-Id: I764fcf0f349d5c78f8029408530f783ae9301b76
Reviewed-on: https://chromium-review.googlesource.com/1235934
Commit-Queue: Primiano Tucci <primiano@chromium.org>
Reviewed-by: default avatarPrimiano Tucci <primiano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592764}
parent becfcc8b
...@@ -954,7 +954,7 @@ deps = { ...@@ -954,7 +954,7 @@ deps = {
}, },
'src/third_party/perfetto': 'src/third_party/perfetto':
Var('android_git') + '/platform/external/perfetto.git' + '@' + '2d4aa92791342894509ed3b1326cef20fe01098b', Var('android_git') + '/platform/external/perfetto.git' + '@' + '5d2918e8ee83d41007b09830213963a7bb1ab3b2',
'src/third_party/perl': { 'src/third_party/perl': {
'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78', 'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
......
...@@ -105,7 +105,7 @@ source_set("tests") { ...@@ -105,7 +105,7 @@ source_set("tests") {
deps += [ deps += [
"//third_party/perfetto/include/perfetto/protozero:protozero", "//third_party/perfetto/include/perfetto/protozero:protozero",
"//third_party/perfetto/protos/perfetto/common", "//third_party/perfetto/protos/perfetto/common:lite",
"//third_party/perfetto/protos/perfetto/trace:lite", "//third_party/perfetto/protos/perfetto/trace:lite",
"//third_party/perfetto/protos/perfetto/trace/chrome:lite", "//third_party/perfetto/protos/perfetto/trace/chrome:lite",
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment