| Index: tools/android/loading/frontend/appengine_config.py | 
| diff --git a/ui/base/ui_features.gni b/tools/android/loading/frontend/appengine_config.py | 
| similarity index 73% | 
| copy from ui/base/ui_features.gni | 
| copy to tools/android/loading/frontend/appengine_config.py | 
| index 724c4d4496852f1e480b97542f86ea35dc4a162e..608cd73abbab86358a15999318277b21c4c16797 100644 | 
| --- a/ui/base/ui_features.gni | 
| +++ b/tools/android/loading/frontend/appengine_config.py | 
| @@ -2,4 +2,5 @@ | 
| # 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 | 
| +from google.appengine.ext import vendor | 
| +vendor.add('lib') | 
|  |