gyp_chromium 494 B

123456789101112
  1. #!/usr/bin/env python
  2. # Copyright (c) 2012 The Chromium Authors. All rights reserved.
  3. # Use of this source code is governed by a BSD-style license that can be
  4. # found in the LICENSE file.
  5. # Simple launcher script for gyp_chromium.py.
  6. # TODO(sbc): This should probably be shell script but for historical
  7. # reasons (all the python code used to live in this script without a
  8. # .py extension, and was often run as 'python gyp_chromium') it is
  9. # currently still python.
  10. execfile(__file__ + '.py')