Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(597)

Unified Diff: build/common.gypi

Issue 10377154: Fixing unneeded lifting of win_pch to an inner scope. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: merge Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index c4c912b50afc57dd1116c17c5d9bd512add3740e..09e5c3bf571d02b4b0dd53c02b67f813bc38ed5c 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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698