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

Side by Side Diff: gpu/gpu.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 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'gpu_common.gypi', 10 'gpu_common.gypi',
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 ['OS == "android" and gtest_target_type == "shared_library"', { 572 ['OS == "android" and gtest_target_type == "shared_library"', {
573 'targets': [ 573 'targets': [
574 { 574 {
575 'target_name': 'gl_tests_apk', 575 'target_name': 'gl_tests_apk',
576 'type': 'none', 576 'type': 'none',
577 'dependencies': [ 577 'dependencies': [
578 'gl_tests', 578 'gl_tests',
579 ], 579 ],
580 'variables': { 580 'variables': {
581 'test_suite_name': 'gl_tests', 581 'test_suite_name': 'gl_tests',
582 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)',
583 }, 582 },
584 'includes': [ 583 'includes': [
585 '../build/apk_test.gypi', 584 '../build/apk_test.gypi',
586 ], 585 ],
587 }, 586 },
588 ], 587 ],
589 }], 588 }],
590 ], 589 ],
591 } 590 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698