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

Side by Side Diff: media/media.gyp

Issue 62863002: Set media_perftests up for android and to be built by the perfbots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
« build/all_android.gyp ('K') | « build/all_android.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 'dependencies': [ 1378 'dependencies': [
1379 'media_java', 1379 'media_java',
1380 'media_unittests', 1380 'media_unittests',
1381 ], 1381 ],
1382 'variables': { 1382 'variables': {
1383 'test_suite_name': 'media_unittests', 1383 'test_suite_name': 'media_unittests',
1384 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)media_uni ttests<(SHARED_LIB_SUFFIX)', 1384 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)media_uni ttests<(SHARED_LIB_SUFFIX)',
1385 }, 1385 },
1386 'includes': ['../build/apk_test.gypi'], 1386 'includes': ['../build/apk_test.gypi'],
1387 }, 1387 },
1388 {
1389 'target_name': 'media_perftests_apk',
1390 'type': 'none',
1391 'dependencies': [
1392 'media_java',
1393 'media_perftests',
1394 ],
1395 'variables': {
1396 'test_suite_name': 'media_perftests',
1397 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)media_per ftests<(SHARED_LIB_SUFFIX)',
1398 },
1399 'includes': ['../build/apk_test.gypi'],
1400 },
1388 ], 1401 ],
1389 }], 1402 }],
1390 ['OS=="android"', { 1403 ['OS=="android"', {
1391 'targets': [ 1404 'targets': [
1392 { 1405 {
1393 'target_name': 'media_android_jni_headers', 1406 'target_name': 'media_android_jni_headers',
1394 'type': 'none', 1407 'type': 'none',
1395 'sources': [ 1408 'sources': [
1396 'base/android/java/src/org/chromium/media/AudioManagerAndroid.java', 1409 'base/android/java/src/org/chromium/media/AudioManagerAndroid.java',
1397 'base/android/java/src/org/chromium/media/MediaCodecBridge.java', 1410 'base/android/java/src/org/chromium/media/MediaCodecBridge.java',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1549 ], 1562 ],
1550 }], 1563 }],
1551 ], 1564 ],
1552 }], 1565 }],
1553 ], 1566 ],
1554 }, 1567 },
1555 ], 1568 ],
1556 }], 1569 }],
1557 ], 1570 ],
1558 } 1571 }
OLDNEW
« build/all_android.gyp ('K') | « build/all_android.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698