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

Unified Diff: build/common.gypi

Issue 1136943002: clang/win: Enable oilpan plugin on Windows. (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 bd38fc0df50066568d947c5ed119f210f018c976..e63221c16a0fb6d6c4ae0d859b388249e66b3878 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2245,12 +2245,6 @@
],
}],
- ['OS=="win"', {
- # The Blink GC plugin doesn't currently work on Windows.
- # TODO(hans): One day, this will work. (crbug.com/82385)
- 'blink_gc_plugin%': 0,
- }],
-
# On valgrind bots, override the optimizer settings so we don't inline too
# much and make the stacks harder to figure out.
#
« 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