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

Side by Side Diff: ipc/ipc.gyp

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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ipc.gypi', 10 'ipc.gypi',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 ['OS == "android" and gtest_target_type == "shared_library"', { 185 ['OS == "android" and gtest_target_type == "shared_library"', {
186 'targets': [ 186 'targets': [
187 { 187 {
188 'target_name': 'ipc_tests_apk', 188 'target_name': 'ipc_tests_apk',
189 'type': 'none', 189 'type': 'none',
190 'dependencies': [ 190 'dependencies': [
191 'ipc_tests', 191 'ipc_tests',
192 ], 192 ],
193 'variables': { 193 'variables': {
194 'test_suite_name': 'ipc_tests', 194 'test_suite_name': 'ipc_tests',
195 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ipc_tests <(SHARED_LIB_SUFFIX)',
196 }, 195 },
197 'includes': [ '../build/apk_test.gypi' ], 196 'includes': [ '../build/apk_test.gypi' ],
198 }, 197 },
199 { 198 {
200 'target_name': 'ipc_perftests_apk', 199 'target_name': 'ipc_perftests_apk',
201 'type': 'none', 200 'type': 'none',
202 'dependencies': [ 201 'dependencies': [
203 'ipc_perftests', 202 'ipc_perftests',
204 ], 203 ],
205 'variables': { 204 'variables': {
206 'test_suite_name': 'ipc_perftests', 205 'test_suite_name': 'ipc_perftests',
207 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ipc_perft ests<(SHARED_LIB_SUFFIX)',
208 }, 206 },
209 'includes': [ '../build/apk_test.gypi' ], 207 'includes': [ '../build/apk_test.gypi' ],
210 }], 208 }],
211 }], 209 }],
212 ], 210 ],
213 } 211 }
OLDNEW
« no previous file with comments | « gpu/gpu_common.gypi ('k') | media/media.gyp » ('j') | sandbox/linux/sandbox_linux.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698