Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 1bf05cf

Browse files
committed
Set checkout_google_benchmark to True.
It's required by some tests.
1 parent 17b913c commit 1bf05cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ vars = {
4444
# By default, do not check out Google Benchmark. The library is only used by a
4545
# few specialized benchmarks that most developers do not interact with. Will
4646
# be overridden by gclient variables.
47-
'checkout_google_benchmark': False,
47+
'checkout_google_benchmark': True,
4848

4949
# By default, we should check out everything needed to run on the main
5050
# chromium waterfalls. More info at: crbug.com/570091.

0 commit comments

Comments
 (0)