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

Side by Side Diff: media/media.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 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 1484 matching lines...) Expand 10 before | Expand all | Expand 10 after
1495 'targets': [ 1495 'targets': [
1496 { 1496 {
1497 'target_name': 'media_unittests_apk', 1497 'target_name': 'media_unittests_apk',
1498 'type': 'none', 1498 'type': 'none',
1499 'dependencies': [ 1499 'dependencies': [
1500 'media_java', 1500 'media_java',
1501 'media_unittests', 1501 'media_unittests',
1502 ], 1502 ],
1503 'variables': { 1503 'variables': {
1504 'test_suite_name': 'media_unittests', 1504 'test_suite_name': 'media_unittests',
1505 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)media_uni ttests<(SHARED_LIB_SUFFIX)',
1506 }, 1505 },
1507 'includes': ['../build/apk_test.gypi'], 1506 'includes': ['../build/apk_test.gypi'],
1508 }, 1507 },
1509 { 1508 {
1510 'target_name': 'media_perftests_apk', 1509 'target_name': 'media_perftests_apk',
1511 'type': 'none', 1510 'type': 'none',
1512 'dependencies': [ 1511 'dependencies': [
1513 'media_java', 1512 'media_java',
1514 'media_perftests', 1513 'media_perftests',
1515 ], 1514 ],
1516 'variables': { 1515 'variables': {
1517 'test_suite_name': 'media_perftests', 1516 'test_suite_name': 'media_perftests',
1518 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)media_per ftests<(SHARED_LIB_SUFFIX)',
1519 }, 1517 },
1520 'includes': ['../build/apk_test.gypi'], 1518 'includes': ['../build/apk_test.gypi'],
1521 }, 1519 },
1522 ], 1520 ],
1523 }], 1521 }],
1524 ['OS=="android"', { 1522 ['OS=="android"', {
1525 'targets': [ 1523 'targets': [
1526 { 1524 {
1527 'target_name': 'media_android_jni_headers', 1525 'target_name': 'media_android_jni_headers',
1528 'type': 'none', 1526 'type': 'none',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1692 ], 1690 ],
1693 }], 1691 }],
1694 ], 1692 ],
1695 }], 1693 }],
1696 ], 1694 ],
1697 }, 1695 },
1698 ], 1696 ],
1699 }], 1697 }],
1700 ], 1698 ],
1701 } 1699 }
OLDNEW
« no previous file with comments | « ipc/ipc.gyp ('k') | net/net.gyp » ('j') | sandbox/linux/sandbox_linux.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698