Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / chromite / scripts / cros_env_whitelist.py
1 # Copyright (c) 2012 The Chromium OS 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 """Print the environment whitelist."""
6
7 from __future__ import print_function
8
9 from chromite.cbuildbot import constants
10
11
12 def main(_argv):
13   print(' '.join(constants.CHROOT_ENVIRONMENT_WHITELIST))