1*6777b538SAndroid Build Coastguard Worker# Copyright 2017 The Chromium Authors 2*6777b538SAndroid Build Coastguard Worker# Use of this source code is governed by a BSD-style license that can be 3*6777b538SAndroid Build Coastguard Worker# found in the LICENSE file. 4*6777b538SAndroid Build Coastguard Worker 5*6777b538SAndroid Build Coastguard Worker"""Empty script that does nothing and return success error code. 6*6777b538SAndroid Build Coastguard Worker 7*6777b538SAndroid Build Coastguard WorkerThis script is used by some gn targets that pretend creating some output 8*6777b538SAndroid Build Coastguard Workerbut instead depend on another target creating the output indirectly (in 9*6777b538SAndroid Build Coastguard Workergeneral this output is a directory that is used as input by a bundle_data 10*6777b538SAndroid Build Coastguard Workertarget). 11*6777b538SAndroid Build Coastguard Worker 12*6777b538SAndroid Build Coastguard WorkerIt ignores all parameters and terminate with a success error code. It 13*6777b538SAndroid Build Coastguard Workerdoes the same thing as the unix command "true", but gn can only invoke 14*6777b538SAndroid Build Coastguard Workerpython scripts. 15*6777b538SAndroid Build Coastguard Worker""" 16