OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'conditions': [ | 6 'conditions': [ |
7 ['OS=="android"', { | 7 ['OS=="android"', { |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'remoting_jni_headers', | 10 'target_name': 'remoting_jni_headers', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 { | 47 { |
48 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/dr
awable', | 48 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/dr
awable', |
49 'files': [ | 49 'files': [ |
50 'resources/chromoting128.png', | 50 'resources/chromoting128.png', |
51 'resources/icon_host.png', | 51 'resources/icon_host.png', |
52 ], | 52 ], |
53 }, | 53 }, |
54 { | 54 { |
55 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/la
yout', | 55 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/la
yout', |
56 'files': [ | 56 'files': [ |
| 57 'resources/android/layout/account_dropdown.xml', |
| 58 'resources/android/layout/account_selected.xml', |
57 'resources/android/layout/desktop.xml', | 59 'resources/android/layout/desktop.xml', |
58 'resources/android/layout/host.xml', | 60 'resources/android/layout/host.xml', |
59 'resources/android/layout/main.xml', | 61 'resources/android/layout/main.xml', |
60 'resources/android/layout/pin_dialog.xml', | 62 'resources/android/layout/pin_dialog.xml', |
61 ], | 63 ], |
62 }, | 64 }, |
63 { | 65 { |
64 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/me
nu', | 66 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/me
nu', |
65 'files': [ | 67 'files': [ |
66 'resources/android/menu/chromoting_actionbar.xml', | 68 'resources/android/menu/chromoting_actionbar.xml', |
67 'resources/android/menu/desktop_actionbar.xml', | 69 'resources/android/menu/desktop_actionbar.xml', |
68 ], | 70 ], |
69 }, | 71 }, |
70 { | 72 { |
71 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/va
lues', | 73 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/va
lues', |
72 'files': [ | 74 'files': [ |
| 75 'resources/android/values/dimens.xml', |
73 'resources/android/values/strings.xml', | 76 'resources/android/values/strings.xml', |
| 77 'resources/android/values/styles.xml', |
| 78 ], |
| 79 }, |
| 80 { |
| 81 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/va
lues-land', |
| 82 'files': [ |
| 83 'resources/android/values-land/dimens.xml', |
74 ], | 84 ], |
75 }, | 85 }, |
76 ], | 86 ], |
77 }, # end of target 'remoting_android_resources' | 87 }, # end of target 'remoting_android_resources' |
78 { | 88 { |
79 'target_name': 'remoting_apk_manifest', | 89 'target_name': 'remoting_apk_manifest', |
80 'type': 'none', | 90 'type': 'none', |
81 'sources': [ | 91 'sources': [ |
82 'android/java/AndroidManifest.xml.jinja2', | 92 'android/java/AndroidManifest.xml.jinja2', |
83 ], | 93 ], |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 'variables': { | 173 'variables': { |
164 'test_suite_name': 'remoting_unittests', | 174 'test_suite_name': 'remoting_unittests', |
165 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)remoting_
unittests<(SHARED_LIB_SUFFIX)', | 175 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)remoting_
unittests<(SHARED_LIB_SUFFIX)', |
166 }, | 176 }, |
167 'includes': [ '../build/apk_test.gypi' ], | 177 'includes': [ '../build/apk_test.gypi' ], |
168 }, | 178 }, |
169 ], | 179 ], |
170 }], # 'OS=="android" and gtest_target_type=="shared_library"' | 180 }], # 'OS=="android" and gtest_target_type=="shared_library"' |
171 ], # end of 'conditions' | 181 ], # end of 'conditions' |
172 } | 182 } |
OLD | NEW |