| Index: ash/public/interfaces/typemaps.gni
|
| diff --git a/ui/base/ui_features.gni b/ash/public/interfaces/typemaps.gni
|
| similarity index 74%
|
| copy from ui/base/ui_features.gni
|
| copy to ash/public/interfaces/typemaps.gni
|
| index 724c4d4496852f1e480b97542f86ea35dc4a162e..33df2c31fa3fa3c37e3332747e5b01f7686e9d6c 100644
|
| --- a/ui/base/ui_features.gni
|
| +++ b/ash/public/interfaces/typemaps.gni
|
| @@ -2,4 +2,4 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -enable_hidpi = is_mac || is_win || is_linux
|
| +typemaps = [ "//ash/public/interfaces/shelf.typemap" ]
|
|
|