summaryrefslogtreecommitdiffstats
path: root/ipc/ipc.gyp
diff options
context:
space:
mode:
authorcjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-17 23:16:50 +0000
committercjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-17 23:16:50 +0000
commita0a6680632eef79d5c5acdb2fac0b5a8ed683c90 (patch)
tree2173561a96522d4f70e5c01d239f0327a2bf0487 /ipc/ipc.gyp
parentf17076f1afd13dd2cb56a758118ac7ff995af00b (diff)
downloadchromium_src-a0a6680632eef79d5c5acdb2fac0b5a8ed683c90.zip
chromium_src-a0a6680632eef79d5c5acdb2fac0b5a8ed683c90.tar.gz
chromium_src-a0a6680632eef79d5c5acdb2fac0b5a8ed683c90.tar.bz2
Remove unused input_shlib_path
This path is now only inferred from test_suite_name. TBR=darin NOTRY=true Review URL: https://codereview.chromium.org/226353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc.gyp')
-rw-r--r--ipc/ipc.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index ecd2808..dac7cfa 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -182,7 +182,6 @@
],
'variables': {
'test_suite_name': 'ipc_tests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ipc_tests<(SHARED_LIB_SUFFIX)',
},
'includes': [ '../build/apk_test.gypi' ],
},
@@ -194,7 +193,6 @@
],
'variables': {
'test_suite_name': 'ipc_perftests',
- 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ipc_perftests<(SHARED_LIB_SUFFIX)',
},
'includes': [ '../build/apk_test.gypi' ],
}],