From 21ce1a68bb9f80bfbd4f295fd3b7181e56502fdc Mon Sep 17 00:00:00 2001 From: npm Date: Wed, 31 Aug 2016 07:53:08 -0700 Subject: Update gn args in README so it includes is_component_build Added is_component_build = false and brief explanation Review-Url: https://codereview.chromium.org/2301543002 --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 003f3c1325..798b091741 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ pdf_use_skia = false # Set true to enable experimental skia backend. pdf_enable_xfa = true # Set false to remove XFA support (implies JS support). pdf_enable_v8 = true # Set false to remove Javascript support. pdf_is_standalone = true # Set for a non-embedded build. +is_component_build = false # Disable component build (must be false) ``` -- cgit v1.2.3