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

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: Renamed datadeps to data_deps to reflect recent change. Created 5 years, 6 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
« no previous file with comments | « media/BUILD.gn ('k') | media/midi/BUILD.gn » ('j') | 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 1655 matching lines...) Expand 10 before | Expand all | Expand 10 after
1666 { 1666 {
1667 # TODO(GN) 1667 # TODO(GN)
1668 'target_name': 'media_unittests_apk', 1668 'target_name': 'media_unittests_apk',
1669 'type': 'none', 1669 'type': 'none',
1670 'dependencies': [ 1670 'dependencies': [
1671 'media_java', 1671 'media_java',
1672 'media_unittests', 1672 'media_unittests',
1673 ], 1673 ],
1674 'variables': { 1674 'variables': {
1675 'test_suite_name': 'media_unittests', 1675 'test_suite_name': 'media_unittests',
1676 'isolate_file': 'media_unittests.isolate',
1676 }, 1677 },
1677 'includes': ['../build/apk_test.gypi'], 1678 'includes': ['../build/apk_test.gypi'],
1678 }, 1679 },
1679 { 1680 {
1680 # TODO(GN) 1681 # TODO(GN)
1681 'target_name': 'media_perftests_apk', 1682 'target_name': 'media_perftests_apk',
1682 'type': 'none', 1683 'type': 'none',
1683 'dependencies': [ 1684 'dependencies': [
1684 'media_java', 1685 'media_java',
1685 'media_perftests', 1686 'media_perftests',
1686 ], 1687 ],
1687 'variables': { 1688 'variables': {
1688 'test_suite_name': 'media_perftests', 1689 'test_suite_name': 'media_perftests',
1690 'isolate_file': 'media_perftests.isolate',
1689 }, 1691 },
1690 'includes': ['../build/apk_test.gypi'], 1692 'includes': ['../build/apk_test.gypi'],
1691 }, 1693 },
1692 { 1694 {
1693 # GN: //media/base/android:media_android_jni_headers 1695 # GN: //media/base/android:media_android_jni_headers
1694 'target_name': 'media_android_jni_headers', 1696 'target_name': 'media_android_jni_headers',
1695 'type': 'none', 1697 'type': 'none',
1696 'sources': [ 1698 'sources': [
1697 'base/android/java/src/org/chromium/media/AudioManagerAndroid.java', 1699 'base/android/java/src/org/chromium/media/AudioManagerAndroid.java',
1698 'base/android/java/src/org/chromium/media/AudioRecordInput.java', 1700 'base/android/java/src/org/chromium/media/AudioRecordInput.java',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
1966 'dependencies': [ 1968 'dependencies': [
1967 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1969 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1968 ], 1970 ],
1969 }], 1971 }],
1970 ], 1972 ],
1971 }, 1973 },
1972 ], 1974 ],
1973 }], 1975 }],
1974 ], 1976 ],
1975 } 1977 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/midi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698