blob: 2078ca002d99e4d30aa987ec629e07e5480a28d4 [file] [log] [blame]
Avi Drissman73a09d12022-09-08 20:33:381# Copyright 2018 The Chromium Authors
Tom Andersone70019692019-02-06 01:38:042# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5declare_args() {
Reid Kleckner342591b2021-02-09 16:31:266 # Used to cause full rebuilds on libc++ rolls. This should be kept in sync
Nico Webera9e5681d2021-03-04 20:02:427 # with the libcxx_revision vars in //DEPS.
chromium-autoroll2846c512023-06-29 09:40:498 libcxx_revision = "84fb809dd6dae36d556dc0bb702c6cc2ce9d4b80"
Tom Andersone70019692019-02-06 01:38:049}