Chromium Code Reviews

Unified 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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « gpu/gpu_common.gypi ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index 0546debbd5b2c2bf84b7eaaebac25ba3b48976fb..ea0783cb68700df3f062a16e581e91446409c545 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -192,7 +192,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' ],
},
@@ -204,7 +203,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' ],
}],
« no previous file with comments | « gpu/gpu_common.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine