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

Unified Diff: third_party/WebKit/Source/BUILD.gn

Issue 1930913002: Remove oilpan build configuration vestiges. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | third_party/WebKit/Source/build/features.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/BUILD.gn
diff --git a/third_party/WebKit/Source/BUILD.gn b/third_party/WebKit/Source/BUILD.gn
index 3ba696671a787fc6c88800d8ff729ff520f9d527..1f316a415d7bde43c25adaf7be63eb979bf0977c 100644
--- a/third_party/WebKit/Source/BUILD.gn
+++ b/third_party/WebKit/Source/BUILD.gn
@@ -80,15 +80,6 @@ config("config") {
"-Xclang",
"blink-gc-plugin",
]
-
- if (enable_oilpan) {
- cflags += [
- "-Xclang",
- "-plugin-arg-blink-gc-plugin",
- "-Xclang",
- "enable-oilpan",
- ]
- }
}
## TODO(GYP) : gn does not yet support use_system_icu.
« no previous file with comments | « no previous file | third_party/WebKit/Source/build/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698