Revert 187575 "Change test_isolation_mode default from noop to c..."
[chromium-blink-merge.git] / build / gyp_chromium.py
blob29bac98c9253f29d0ad7af25d7f29bc9227c3623
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.
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')