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

Unified Diff: Source/config.gni

Issue 861083003: Moved declare_args for enable_oilpan from Source/config.gni to public/features.gni (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 | public/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/config.gni
diff --git a/Source/config.gni b/Source/config.gni
index 4beeda6fe09784caec7d67856660ba1db27c2910..9e308d9f08f1cf4e310877bce533a590e7d22bda 100644
--- a/Source/config.gni
+++ b/Source/config.gni
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//third_party/WebKit/public/features.gni")
if (is_android) {
import("//build/config/android/config.gni")
@@ -18,9 +19,6 @@ if (cpu_arch == "arm") {
}
declare_args() {
- # Enables the Oilpan garbage-collection infrastructure.
- enable_oilpan = false
-
# Set to true to enable the clang plugin that checks the usage of the Blink
# garbage-collection infrastructure during compilation.
blink_gc_plugin = false
« no previous file with comments | « no previous file | public/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698