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

Side by Side Diff: remoting/remoting_android.gypi

Issue 179003006: Add Help & feedback screens to Android Chromoting client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove whitespace change 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'resources/android/layout/host.xml', 60 'resources/android/layout/host.xml',
61 'resources/android/layout/main.xml', 61 'resources/android/layout/main.xml',
62 'resources/android/layout/pin_dialog.xml', 62 'resources/android/layout/pin_dialog.xml',
63 ], 63 ],
64 }, 64 },
65 { 65 {
66 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/me nu', 66 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/me nu',
67 'files': [ 67 'files': [
68 'resources/android/menu/chromoting_actionbar.xml', 68 'resources/android/menu/chromoting_actionbar.xml',
69 'resources/android/menu/desktop_actionbar.xml', 69 'resources/android/menu/desktop_actionbar.xml',
70 'resources/android/menu/help_actionbar.xml',
70 ], 71 ],
71 }, 72 },
72 { 73 {
73 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/va lues', 74 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/va lues',
74 'files': [ 75 'files': [
75 'resources/android/values/dimens.xml', 76 'resources/android/values/dimens.xml',
76 'resources/android/values/strings.xml', 77 'resources/android/values/strings.xml',
77 'resources/android/values/styles.xml', 78 'resources/android/values/styles.xml',
78 ], 79 ],
79 }, 80 },
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'variables': { 175 'variables': {
175 'test_suite_name': 'remoting_unittests', 176 'test_suite_name': 'remoting_unittests',
176 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)remoting_ unittests<(SHARED_LIB_SUFFIX)', 177 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)remoting_ unittests<(SHARED_LIB_SUFFIX)',
177 }, 178 },
178 'includes': [ '../build/apk_test.gypi' ], 179 'includes': [ '../build/apk_test.gypi' ],
179 }, 180 },
180 ], 181 ],
181 }], # 'OS=="android" and gtest_target_type=="shared_library"' 182 }], # 'OS=="android" and gtest_target_type=="shared_library"'
182 ], # end of 'conditions' 183 ], # end of 'conditions'
183 } 184 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698