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

Side by Side Diff: media/media.gyp

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
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 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1671 { 1671 {
1672 # TODO(GN) 1672 # TODO(GN)
1673 'target_name': 'media_unittests_apk', 1673 'target_name': 'media_unittests_apk',
1674 'type': 'none', 1674 'type': 'none',
1675 'dependencies': [ 1675 'dependencies': [
1676 'media_java', 1676 'media_java',
1677 'media_unittests', 1677 'media_unittests',
1678 ], 1678 ],
1679 'variables': { 1679 'variables': {
1680 'test_suite_name': 'media_unittests', 1680 'test_suite_name': 'media_unittests',
1681 'isolate_file': 'media_unittests.isolate',
1681 }, 1682 },
1682 'includes': ['../build/apk_test.gypi'], 1683 'includes': ['../build/apk_test.gypi'],
1683 }, 1684 },
1684 { 1685 {
1685 # TODO(GN) 1686 # TODO(GN)
1686 'target_name': 'media_perftests_apk', 1687 'target_name': 'media_perftests_apk',
1687 'type': 'none', 1688 'type': 'none',
1688 'dependencies': [ 1689 'dependencies': [
1689 'media_java', 1690 'media_java',
1690 'media_perftests', 1691 'media_perftests',
1691 ], 1692 ],
1692 'variables': { 1693 'variables': {
1693 'test_suite_name': 'media_perftests', 1694 'test_suite_name': 'media_perftests',
1695 'isolate_file': 'media_perftests.isolate',
1694 }, 1696 },
1695 'includes': ['../build/apk_test.gypi'], 1697 'includes': ['../build/apk_test.gypi'],
1696 }, 1698 },
1697 { 1699 {
1698 # GN: //media/base/android:media_android_jni_headers 1700 # GN: //media/base/android:media_android_jni_headers
1699 'target_name': 'media_android_jni_headers', 1701 'target_name': 'media_android_jni_headers',
1700 'type': 'none', 1702 'type': 'none',
1701 'sources': [ 1703 'sources': [
1702 'base/android/java/src/org/chromium/media/AudioManagerAndroid.java', 1704 'base/android/java/src/org/chromium/media/AudioManagerAndroid.java',
1703 'base/android/java/src/org/chromium/media/AudioRecordInput.java', 1705 'base/android/java/src/org/chromium/media/AudioRecordInput.java',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1947 '../build/isolate.gypi', 1949 '../build/isolate.gypi',
1948 ], 1950 ],
1949 'sources': [ 1951 'sources': [
1950 'media_unittests.isolate', 1952 'media_unittests.isolate',
1951 ], 1953 ],
1952 }, 1954 },
1953 ], 1955 ],
1954 }], 1956 }],
1955 ], 1957 ],
1956 } 1958 }
OLDNEW
« build/android/test_runner.gypi ('K') | « content/content_tests.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698