Chromium Code Reviews| Index: build/config/features.gni |
| diff --git a/build/config/features.gni b/build/config/features.gni |
| index 661170ecdb45b61907af1b75918019f80bc724f9..fbea08c24da15076198ad0ee952ce9fe1da2bb45 100644 |
| --- a/build/config/features.gni |
| +++ b/build/config/features.gni |
| @@ -79,6 +79,9 @@ declare_args() { |
| enable_remoting = !is_ios && !is_android |
| + # Enable to include Polymer 0.8 in the binary. |
| + enable_polymer_v08 = false |
| + |
| # Enable hole punching for the protected video. |
| enable_video_hole = is_android |