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

Side by Side Diff: content/content_tests.gypi

Issue 11973010: AndroidVDA by using Android's MediaCodec API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 10 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 ['input_speech==0', { 883 ['input_speech==0', {
884 'sources/': [ 884 'sources/': [
885 ['exclude', '^browser/speech/'], 885 ['exclude', '^browser/speech/'],
886 ] 886 ]
887 }], 887 }],
888 ], 888 ],
889 }, 889 },
890 ], 890 ],
891 }], 891 }],
892 ['chromeos==1 or OS=="win" or OS=="mac"', { 892 ['chromeos==1 or OS=="win" or OS=="mac"', {
893 # TODO(dwkang): make video_decode_accelerator_unittest work on Android.
Ami GONE FROM CHROMIUM 2013/02/07 19:40:16 What's the status of this?
dwkang1 2013/02/13 12:57:19 This is being addressed by felipe (Clank team). I'
893 'targets': [ 894 'targets': [
894 { 895 {
895 'target_name': 'video_decode_accelerator_unittest', 896 'target_name': 'video_decode_accelerator_unittest',
896 'type': 'executable', 897 'type': 'executable',
897 'dependencies': [ 898 'dependencies': [
898 'content', 899 'content',
899 '../base/base.gyp:base', 900 '../base/base.gyp:base',
900 '../testing/gtest.gyp:gtest', 901 '../testing/gtest.gyp:gtest',
901 '../media/media.gyp:media', 902 '../media/media.gyp:media',
902 '../ui/gl/gl.gyp:gl', 903 '../ui/gl/gl.gyp:gl',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 'additional_src_dirs': ['../content/public/android/javatests/',], 1040 'additional_src_dirs': ['../content/public/android/javatests/',],
1040 'resource_dir': '../shell_apk/res', 1041 'resource_dir': '../shell_apk/res',
1041 'is_test_apk': 1, 1042 'is_test_apk': 1,
1042 }, 1043 },
1043 'includes': [ '../build/java_apk.gypi' ], 1044 'includes': [ '../build/java_apk.gypi' ],
1044 }, 1045 },
1045 ], 1046 ],
1046 }], 1047 }],
1047 ], 1048 ],
1048 } 1049 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698