summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-07-27 17:55:23 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-28 00:56:41 +0000
commit7ba63a918a644773af77dc657792d6440e8afbc1 (patch)
tree8b21ae1630f8504c2c0fcbb7b65a961c68973c49 /sandbox
parent7a0d32250eaedd102f90d8c7932c7f8be2355d16 (diff)
downloadchromium_src-7ba63a918a644773af77dc657792d6440e8afbc1.zip
chromium_src-7ba63a918a644773af77dc657792d6440e8afbc1.tar.gz
chromium_src-7ba63a918a644773af77dc657792d6440e8afbc1.tar.bz2
Revert "Add precompiled headers to GN build for large targets."
This reverts commit 8f3218985dde74063ccc362da47803be163f3165. It looks like this may have broken incremental builds on Win. TBR=brettw@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1256223003 Cr-Commit-Position: refs/heads/master@{#340620}
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/win/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn
index ade3e99..f707b7e 100644
--- a/sandbox/win/BUILD.gn
+++ b/sandbox/win/BUILD.gn
@@ -159,8 +159,6 @@ source_set("sandbox") {
]
}
- configs += [ "//build/config:precompiled_headers" ]
-
deps = [
"//base",
"//base:base_static",