deps_revisions.gni 367 B

123456789
  1. # Copyright 2018 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. declare_args() {
  5. # Used to cause full rebuilds on libc++ rolls. This should be kept in sync
  6. # with the libcxx_revision vars in //DEPS.
  7. libcxx_revision = "db722166934ebc79a6e65e5fef9a6eae21eacb77"
  8. }