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

Unified Diff: third_party/WebKit/Source/config.gni

Issue 2097433002: gn: add Blink GC plugin options (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add TODO Created 4 years, 6 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 | « third_party/WebKit/Source/BUILD.gn ('k') | tools/clang/scripts/blink_gc_plugin_flags.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/config.gni
diff --git a/third_party/WebKit/Source/config.gni b/third_party/WebKit/Source/config.gni
index 17952b739c2dfa6ec60fbbd66189678e3edad957..db0d2295d1b990450be23bb45acd29490269f352 100644
--- a/third_party/WebKit/Source/config.gni
+++ b/third_party/WebKit/Source/config.gni
@@ -13,10 +13,6 @@ if (current_cpu == "arm") {
}
declare_args() {
- # Set to true to enable the clang plugin that checks the usage of the Blink
- # garbage-collection infrastructure during compilation.
- blink_gc_plugin = true
-
# If true, doesn't compile debug symbols into webcore reducing the
# size of the binary and increasing the speed of gdb.
remove_webcore_debug_symbols = false
« no previous file with comments | « third_party/WebKit/Source/BUILD.gn ('k') | tools/clang/scripts/blink_gc_plugin_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698