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', |
], |
}, |
], |