15f9996aaSopenharmony_ci# Copyright 2018 The Chromium Authors. All rights reserved. 25f9996aaSopenharmony_ci# Use of this source code is governed by a BSD-style license that can be 35f9996aaSopenharmony_ci# found in the LICENSE file. 45f9996aaSopenharmony_ci 55f9996aaSopenharmony_cideclare_args() { 65f9996aaSopenharmony_ci # The svn revisions that belong to the git hashes in DEPS. Used to cause full 75f9996aaSopenharmony_ci # rebuilds on libc++ rolls. 85f9996aaSopenharmony_ci clang_format_svn_revision = "302580" 95f9996aaSopenharmony_ci libcxx_svn_revision = "344254" 105f9996aaSopenharmony_ci libcxxabi_svn_revision = "344215" 115f9996aaSopenharmony_ci libunwind_svn_revision = "343990" 125f9996aaSopenharmony_ci} 13