David Ghandehari | 9e5b587 | 2016-07-28 09:50:04 -0700 | [diff] [blame] | 1 | # Copyright 2012 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.
|
| 4 |
|
| 5 | # This is a workaround for multiprocessing on Windows. Importing in Python on
|
| 6 | # Windows doesn't search for imports that don't end in .py (and aren't
|
| 7 | # directories with an __init__.py). So, add this wrapper to avoid having
|
| 8 | # people change their command line to add a .py when running gyp_chromium.
|
| 9 | __import__('gyp_chromium')
|