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

Side by Side Diff: cc/cc_tests.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 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation/animation_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 { 376 {
377 'targets': [ 377 'targets': [
378 { 378 {
379 'target_name': 'cc_unittests_apk', 379 'target_name': 'cc_unittests_apk',
380 'type': 'none', 380 'type': 'none',
381 'dependencies': [ 381 'dependencies': [
382 'cc_unittests', 382 'cc_unittests',
383 ], 383 ],
384 'variables': { 384 'variables': {
385 'test_suite_name': 'cc_unittests', 385 'test_suite_name': 'cc_unittests',
386 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unit tests<(SHARED_LIB_SUFFIX)',
387 }, 386 },
388 'includes': [ '../build/apk_test.gypi' ], 387 'includes': [ '../build/apk_test.gypi' ],
389 }, 388 },
390 { 389 {
391 'target_name': 'cc_perftests_apk', 390 'target_name': 'cc_perftests_apk',
392 'type': 'none', 391 'type': 'none',
393 'dependencies': [ 392 'dependencies': [
394 'cc_perftests', 393 'cc_perftests',
395 ], 394 ],
396 'variables': { 395 'variables': {
397 'test_suite_name': 'cc_perftests', 396 'test_suite_name': 'cc_perftests',
398 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)',
399 }, 397 },
400 'includes': [ '../build/apk_test.gypi' ], 398 'includes': [ '../build/apk_test.gypi' ],
401 }, 399 },
402 ], 400 ],
403 } 401 }
404 ] 402 ]
405 ], 403 ],
406 } 404 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698