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

Side by Side Diff: media/media.gyp

Issue 10837143: Make java.gypi export jar path to input_jars_paths variable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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
« build/java.gypi ('K') | « ipc/ipc.gyp ('k') | net/net.gyp » ('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 PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 'target_name': 'media_unittests_apk', 1016 'target_name': 'media_unittests_apk',
1017 'type': 'none', 1017 'type': 'none',
1018 'dependencies': [ 1018 'dependencies': [
1019 '../base/base.gyp:base_java', 1019 '../base/base.gyp:base_java',
1020 'media_java', 1020 'media_java',
1021 'media_unittests', 1021 'media_unittests',
1022 ], 1022 ],
1023 'variables': { 1023 'variables': {
1024 'test_suite_name': 'media_unittests', 1024 'test_suite_name': 'media_unittests',
1025 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)media_uni ttests<(SHARED_LIB_SUFFIX)', 1025 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)media_uni ttests<(SHARED_LIB_SUFFIX)',
1026 'input_jars_paths': [
1027 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
1028 '<(PRODUCT_DIR)/lib.java/chromium_media.jar',
1029 ],
1030 }, 1026 },
1031 'includes': [ '../build/apk_test.gypi' ], 1027 'includes': [ '../build/apk_test.gypi' ],
1032 }, 1028 },
1033 ], 1029 ],
1034 }], 1030 }],
1035 ['OS == "android"', { 1031 ['OS == "android"', {
1036 'targets': [ 1032 'targets': [
1037 { 1033 {
1038 'target_name': 'player_android_jni_headers', 1034 'target_name': 'player_android_jni_headers',
1039 'type': 'none', 1035 'type': 'none',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 'media', 1156 'media',
1161 ], 1157 ],
1162 'sources': [ 1158 'sources': [
1163 'tools/media_bench/media_bench.cc', 1159 'tools/media_bench/media_bench.cc',
1164 ], 1160 ],
1165 }, 1161 },
1166 ], 1162 ],
1167 }] 1163 }]
1168 ], 1164 ],
1169 } 1165 }
OLDNEW
« build/java.gypi ('K') | « ipc/ipc.gyp ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698