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

Side by Side Diff: android_webview/android_webview_tests.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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | sandbox/linux/sandbox_linux.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'android_webview_apk', 7 'target_name': 'android_webview_apk',
8 'type': 'none', 8 'type': 'none',
9 'dependencies': [ 9 'dependencies': [
10 'libwebviewchromium', 10 'libwebviewchromium',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 }, 131 },
132 { 132 {
133 'target_name': 'android_webview_unittests_apk', 133 'target_name': 'android_webview_unittests_apk',
134 'type': 'none', 134 'type': 'none',
135 'dependencies': [ 135 'dependencies': [
136 'android_webview_unittest_java', 136 'android_webview_unittest_java',
137 'android_webview_unittests', 137 'android_webview_unittests',
138 ], 138 ],
139 'variables': { 139 'variables': {
140 'test_suite_name': 'android_webview_unittests', 140 'test_suite_name': 'android_webview_unittests',
141 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi ew_unittests<(SHARED_LIB_SUFFIX)',
142 }, 141 },
143 'includes': [ '../build/apk_test.gypi' ], 142 'includes': [ '../build/apk_test.gypi' ],
144 }, 143 },
145 ], 144 ],
146 } 145 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | sandbox/linux/sandbox_linux.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698