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

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: 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 1d2c74c09c0315d07894835186d0b1efb15ff198..19453f0a12827657c34a8c170eb1f8bc3ebc104a 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/layout/account_dropdown.xml',
+ 'resources/layout/account_selected.xml',
'resources/layout/desktop.xml',
'resources/layout/host.xml',
'resources/layout/main.xml',
@@ -71,6 +73,14 @@
'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/values',
'files': [
'resources/strings.xml',
+ 'resources/styles.xml',
Sergey Ulanov 2014/02/18 21:58:43 Maybe move these files to files to resource/androi
Lambros 2014/02/19 23:51:39 Created CL to move these: https://codereview.chrom
+ 'resources/values/dimens.xml',
+ ],
+ },
+ {
+ 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/values-land',
+ 'files': [
+ 'resources/values-land/dimens.xml',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698