diff options
-rwxr-xr-x | build/gyp_chromium | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium index 226ba1a..d9dd884 100755 --- a/build/gyp_chromium +++ b/build/gyp_chromium @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -59,7 +59,8 @@ def apply_gyp_environment(file_path=None): 'CHROMIUM_GYP_SYNTAX_CHECK', 'GYP_DEFINES', 'GYP_GENERATOR_FLAGS', - 'GYP_GENERATOR_OUTPUT', ) + 'GYP_GENERATOR_OUTPUT', + 'GYP_GENERATORS', ) for var in supported_vars: val = file_data.get(var) if val: |