Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2539)

Unified Diff: tools/android/loading/cloud/frontend/appengine_config.py

Issue 1878943013: tools/android/loading Add appengine frontend for Clovis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor
Patch Set: Add gitignore Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/android/loading/cloud/frontend/appengine_config.py
diff --git a/ui/base/ui_features.gni b/tools/android/loading/cloud/frontend/appengine_config.py
similarity index 73%
copy from ui/base/ui_features.gni
copy to tools/android/loading/cloud/frontend/appengine_config.py
index 724c4d4496852f1e480b97542f86ea35dc4a162e..608cd73abbab86358a15999318277b21c4c16797 100644
--- a/ui/base/ui_features.gni
+++ b/tools/android/loading/cloud/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')
« no previous file with comments | « tools/android/loading/cloud/frontend/app.yaml ('k') | tools/android/loading/cloud/frontend/clovis_frontend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698