• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2017 The Chromium Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5"""Empty script that does nothing and return success error code.
6
7This script is used by some gn targets that pretend creating some output
8but instead depend on another target creating the output indirectly (in
9general this output is a directory that is used as input by a bundle_data
10target).
11
12It ignores all parameters and terminate with a success error code. It
13does the same thing as the unix command "true", but gn can only invoke
14python scripts.
15"""
16