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 5declare_args() { 6 # The svn revisions that belong to the git hashes in DEPS. Used to cause full 7 # rebuilds on libc++ rolls. 8 clang_format_svn_revision = "302580" 9 libcxx_svn_revision = "344254" 10 libcxxabi_svn_revision = "344215" 11 libunwind_svn_revision = "343990" 12} 13