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

Side by Side Diff: ui/ui_unittests.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 ['OS == "android" and gtest_target_type == "shared_library"', { 353 ['OS == "android" and gtest_target_type == "shared_library"', {
354 'targets': [ 354 'targets': [
355 { 355 {
356 'target_name': 'ui_unittests_apk', 356 'target_name': 'ui_unittests_apk',
357 'type': 'none', 357 'type': 'none',
358 'dependencies': [ 358 'dependencies': [
359 'ui_unittests', 359 'ui_unittests',
360 ], 360 ],
361 'variables': { 361 'variables': {
362 'test_suite_name': 'ui_unittests', 362 'test_suite_name': 'ui_unittests',
363 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
364 }, 363 },
365 'includes': [ '../build/apk_test.gypi' ], 364 'includes': [ '../build/apk_test.gypi' ],
366 }, 365 },
367 ], 366 ],
368 }], 367 }],
369 ], 368 ],
370 } 369 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698