1 # Copyright 2014 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.
10 (script
, source
, out
,) = sys
.argv
[1:]
12 subprocess
.check_call([
16 os
.rename("ASTKind.cpp", os
.path
.join(out
, "src/lib/AST/ASTKind.cpp"))
17 os
.rename("ASTKind.h", os
.path
.join(out
, "src/include/stp/AST/ASTKind.h"))