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

Side by Side Diff: sql/sql.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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 ['OS == "android" and gtest_target_type == "shared_library"', { 123 ['OS == "android" and gtest_target_type == "shared_library"', {
124 'targets': [ 124 'targets': [
125 { 125 {
126 'target_name': 'sql_unittests_apk', 126 'target_name': 'sql_unittests_apk',
127 'type': 'none', 127 'type': 'none',
128 'dependencies': [ 128 'dependencies': [
129 'sql_unittests', 129 'sql_unittests',
130 ], 130 ],
131 'variables': { 131 'variables': {
132 'test_suite_name': 'sql_unittests', 132 'test_suite_name': 'sql_unittests',
133 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sql_unitt ests<(SHARED_LIB_SUFFIX)',
134 }, 133 },
135 'includes': [ '../build/apk_test.gypi' ], 134 'includes': [ '../build/apk_test.gypi' ],
136 }, 135 },
137 ], 136 ],
138 }], 137 }],
139 ], 138 ],
140 } 139 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698