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

Unified Diff: remoting/remoting_android.gypi

Issue 165743002: Implement account switcher as action-bar navigation spinner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 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: remoting/remoting_android.gypi
diff --git a/remoting/remoting_android.gypi b/remoting/remoting_android.gypi
index cdfce6dc991a200972a28a6822c0e36336fce572..d044adc20dce5016b7307797aa0481303e7229ce 100644
--- a/remoting/remoting_android.gypi
+++ b/remoting/remoting_android.gypi
@@ -54,6 +54,8 @@
{
'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/layout',
'files': [
+ 'resources/android/layout/account_dropdown.xml',
+ 'resources/android/layout/account_selected.xml',
'resources/android/layout/desktop.xml',
'resources/android/layout/host.xml',
'resources/android/layout/main.xml',
@@ -70,7 +72,15 @@
{
'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/values',
'files': [
+ 'resources/android/values/dimens.xml',
'resources/android/values/strings.xml',
+ 'resources/android/values/styles.xml',
+ ],
+ },
+ {
+ 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/values-land',
+ 'files': [
+ 'resources/android/values-land/dimens.xml',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698