fixup! Upload upstream chromium 76.0.3809.146
[platform/framework/web/chromium-efl.git] / buildtools / deps_revisions.gni
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
5 declare_args() {
6   # The libc++ svn revision that belongs to the git hash in DEPS. Used to cause
7   # full rebuilds on libc++ rolls.
8   libcxx_svn_revision = "361348"
9 }