summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-15 20:46:01 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-15 20:46:01 +0000
commit39d56bbcd31a70319887a78c8b3210c6a16a0b40 (patch)
treedc16c44a0719469d1e1b3b29ab9425eb53f0a053 /build
parent66fb53c8b5c5c70bf16b961de578e392afe06747 (diff)
downloadchromium_src-39d56bbcd31a70319887a78c8b3210c6a16a0b40.zip
chromium_src-39d56bbcd31a70319887a78c8b3210c6a16a0b40.tar.gz
chromium_src-39d56bbcd31a70319887a78c8b3210c6a16a0b40.tar.bz2
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: svn://svn.chromium.org/chrome/trunk/src@137233 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/common.gypi b/build/common.gypi
index c4c912b..09e5c3b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -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.