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

Side by Side Diff: remoting/remoting_android.gypi

Issue 226353002: Remove unused input_shlib_path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 ['OS=="android" and gtest_target_type=="shared_library"', { 134 ['OS=="android" and gtest_target_type=="shared_library"', {
135 'targets': [ 135 'targets': [
136 { 136 {
137 'target_name': 'remoting_unittests_apk', 137 'target_name': 'remoting_unittests_apk',
138 'type': 'none', 138 'type': 'none',
139 'dependencies': [ 139 'dependencies': [
140 'remoting_unittests', 140 'remoting_unittests',
141 ], 141 ],
142 'variables': { 142 'variables': {
143 'test_suite_name': 'remoting_unittests', 143 'test_suite_name': 'remoting_unittests',
144 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)remoting_ unittests<(SHARED_LIB_SUFFIX)',
145 }, 144 },
146 'includes': [ '../build/apk_test.gypi' ], 145 'includes': [ '../build/apk_test.gypi' ],
147 }, 146 },
148 ], 147 ],
149 }], # 'OS=="android" and gtest_target_type=="shared_library"' 148 }], # 'OS=="android" and gtest_target_type=="shared_library"'
150 ], # end of 'conditions' 149 ], # end of 'conditions'
151 } 150 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | sandbox/linux/sandbox_linux.gypi » ('j') | sandbox/linux/sandbox_linux.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698