| Index: build/config/headless_build.gni
|
| diff --git a/third_party/WebKit/public/features.gni b/build/config/headless_build.gni
|
| similarity index 67%
|
| copy from third_party/WebKit/public/features.gni
|
| copy to build/config/headless_build.gni
|
| index bf7ef7b1ae75da04224af91e10ce8982a48e7446..1788b25ab804dfe5810a561fe2faff54c0704661 100644
|
| --- a/third_party/WebKit/public/features.gni
|
| +++ b/build/config/headless_build.gni
|
| @@ -3,6 +3,6 @@
|
| # found in the LICENSE file.
|
|
|
| declare_args() {
|
| - # Enables the Oilpan garbage-collection infrastructure.
|
| - enable_oilpan = false
|
| + # Configure the build for headless mode. See crbug.com/546953.
|
| + is_headless = false
|
| }
|
|
|