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

Unified Diff: build/common.gypi

Issue 1131333003: clang/win: Enable oilpan plugin on 64-bit builds again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 dc3be24971f03abb511ab2d268602524f52e5b5f..e63221c16a0fb6d6c4ae0d859b388249e66b3878 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2243,12 +2243,6 @@
'make_clang_dir%': 'third_party/llvm-allocated-type/Linux_ia32',
}],
],
- }],
-
- ['OS=="win" and target_arch=="x64"', {
- # TODO(thakis): Enable on x64 once all warnings are fixed.
- # http://crbug.com/486571
- 'blink_gc_plugin%': 0,
}],
# On valgrind bots, override the optimizer settings so we don't inline too
« 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