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