| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index c98b4739da57712294ac9b0e2d4817c7b2b8d732..80a9e21f97f8d289c855e719ac7edeae7e05b191 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -44,7 +44,8 @@
|
| # Enable HiDPI support.
|
| 'enable_hidpi%': 0,
|
|
|
| - # Enable Metro support.
|
| + # Enable inclusion of touch-optimized resources.
|
| + # TODO(joi): Rename to enable_touch_assets.
|
| 'enable_metro%': 0,
|
| },
|
| # Copy conditionally-set variables out one scope.
|
| @@ -266,7 +267,7 @@
|
|
|
| # Enable the task manager by default.
|
| 'enable_task_manager%': 1,
|
| -
|
| +
|
| # Enables support for promo resource service.
|
| 'enable_promo_resource_service%': 1,
|
|
|
|
|