Fixing unneeded lifting of win_pch to an inner scope.
This got left in r137083 by mistake, then further embelished in: http://codereview.chromium.org/10332173/ Only buildtype should need this treatment as win_pch is defined in terms of it. BUG=127875 TEST=builds on trybots. R=robertshield@chromium.org Review URL: https://chromiumcodereview.appspot.com/10377154 git-svn-id: http://src.chromium.org/svn/trunk/src/build@137233 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
ab23a51270
Коммит
0b7b3d85cb
|
@ -76,9 +76,6 @@
|
|||
'android_upstream_bringup%': '<(android_upstream_bringup)',
|
||||
'buildtype%': '<(buildtype)',
|
||||
|
||||
# Use of precompiled headers on Windows. See comment below.
|
||||
'chromium_win_pch%': '0',
|
||||
|
||||
# Compute the architecture that we're building on.
|
||||
'conditions': [
|
||||
[ 'OS=="win" or OS=="mac"', {
|
||||
|
@ -140,7 +137,6 @@
|
|||
'enable_touch_ui%': '<(enable_touch_ui)',
|
||||
'enable_metro%': '<(enable_metro)',
|
||||
'android_upstream_bringup%': '<(android_upstream_bringup)',
|
||||
'chromium_win_pch%': '<(chromium_win_pch)',
|
||||
|
||||
# We used to provide a variable for changing how libraries were built.
|
||||
# This variable remains until we can clean up all the users.
|
||||
|
|
Загрузка…
Ссылка в новой задаче