Chromium Code Reviews| Index: build/config/features.gni |
| diff --git a/build/config/features.gni b/build/config/features.gni |
| index 3bbb0b61b343641741aa2bdbfe6b0c0b7d4807bb..73ba9fc7c8991a7a538e26f520554707ac5c5395 100644 |
| --- a/build/config/features.gni |
| +++ b/build/config/features.gni |
| @@ -24,6 +24,7 @@ declare_args() { |
| enable_mdns = is_win || is_linux |
| enable_plugins = !is_android && !is_ios |
| + enable_pdf = !is_android && !is_ios |
| # Enables Native Client support. |
| # TODO(GYP): Get NaCl linking on other platforms. |