| Index: content/common/common.gni
|
| diff --git a/content/common/common.gni b/content/common/common.gni
|
| index 597cd1b5e2369a454ae60b29be71e37dccdb9a07..ba4118cf2c21f7edf94e58a027bc6cbcc6636f93 100644
|
| --- a/content/common/common.gni
|
| +++ b/content/common/common.gni
|
| @@ -13,6 +13,9 @@ content_common_gypi_values =
|
| [ "../content_common.gypi" ])
|
|
|
| declare_args() {
|
| + # Enables blimp specific web preferences. This is used for the Blimp Engine.
|
| + enable_blimp_web_prefs = false
|
| +
|
| # Indicates if V4L plugin is used.
|
| use_v4lplugin = false
|
|
|
|
|