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/layout/desktop.xml', | 57 'resources/android/layout/desktop.xml', |
58 'resources/layout/host.xml', | 58 'resources/android/layout/host.xml', |
59 'resources/layout/main.xml', | 59 'resources/android/layout/main.xml', |
60 'resources/layout/pin_dialog.xml', | 60 'resources/android/layout/pin_dialog.xml', |
61 ], | 61 ], |
62 }, | 62 }, |
63 { | 63 { |
64 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/me
nu', | 64 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/me
nu', |
65 'files': [ | 65 'files': [ |
66 'resources/menu/chromoting_actionbar.xml', | 66 'resources/android/menu/chromoting_actionbar.xml', |
67 'resources/menu/desktop_actionbar.xml', | 67 'resources/android/menu/desktop_actionbar.xml', |
68 ], | 68 ], |
69 }, | 69 }, |
70 { | 70 { |
71 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/va
lues', | 71 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/va
lues', |
72 'files': [ | 72 'files': [ |
73 'resources/strings.xml', | 73 'resources/android/values/strings.xml', |
74 ], | 74 ], |
75 }, | 75 }, |
76 ], | 76 ], |
77 }, # end of target 'remoting_android_resources' | 77 }, # end of target 'remoting_android_resources' |
78 { | 78 { |
79 'target_name': 'remoting_apk_manifest', | 79 'target_name': 'remoting_apk_manifest', |
80 'type': 'none', | 80 'type': 'none', |
81 'sources': [ | 81 'sources': [ |
82 'android/java/AndroidManifest.xml.jinja2', | 82 'android/java/AndroidManifest.xml.jinja2', |
83 ], | 83 ], |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 'variables': { | 163 'variables': { |
164 'test_suite_name': 'remoting_unittests', | 164 'test_suite_name': 'remoting_unittests', |
165 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)remoting_
unittests<(SHARED_LIB_SUFFIX)', | 165 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)remoting_
unittests<(SHARED_LIB_SUFFIX)', |
166 }, | 166 }, |
167 'includes': [ '../build/apk_test.gypi' ], | 167 'includes': [ '../build/apk_test.gypi' ], |
168 }, | 168 }, |
169 ], | 169 ], |
170 }], # 'OS=="android" and gtest_target_type=="shared_library"' | 170 }], # 'OS=="android" and gtest_target_type=="shared_library"' |
171 ], # end of 'conditions' | 171 ], # end of 'conditions' |
172 } | 172 } |
OLD | NEW |