OLD | NEW |
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 869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
880 ['input_speech==0', { | 880 ['input_speech==0', { |
881 'sources/': [ | 881 'sources/': [ |
882 ['exclude', '^browser/speech/'], | 882 ['exclude', '^browser/speech/'], |
883 ] | 883 ] |
884 }], | 884 }], |
885 ], | 885 ], |
886 }, | 886 }, |
887 ], | 887 ], |
888 }], | 888 }], |
889 ['chromeos==1 or OS=="win" or OS=="mac"', { | 889 ['chromeos==1 or OS=="win" or OS=="mac"', { |
| 890 # TODO(dwkang): make video_decode_accelerator_unittest work on Android. |
890 'targets': [ | 891 'targets': [ |
891 { | 892 { |
892 'target_name': 'video_decode_accelerator_unittest', | 893 'target_name': 'video_decode_accelerator_unittest', |
893 'type': 'executable', | 894 'type': 'executable', |
894 'dependencies': [ | 895 'dependencies': [ |
895 'content', | 896 'content', |
896 '../base/base.gyp:base', | 897 '../base/base.gyp:base', |
897 '../testing/gtest.gyp:gtest', | 898 '../testing/gtest.gyp:gtest', |
898 '../media/media.gyp:media', | 899 '../media/media.gyp:media', |
899 '../ui/gl/gl.gyp:gl', | 900 '../ui/gl/gl.gyp:gl', |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1038 'additional_src_dirs': ['../content/public/android/javatests/',], | 1039 'additional_src_dirs': ['../content/public/android/javatests/',], |
1039 'resource_dir': '../shell_apk/res', | 1040 'resource_dir': '../shell_apk/res', |
1040 'is_test_apk': 1, | 1041 'is_test_apk': 1, |
1041 }, | 1042 }, |
1042 'includes': [ '../build/java_apk.gypi' ], | 1043 'includes': [ '../build/java_apk.gypi' ], |
1043 }, | 1044 }, |
1044 ], | 1045 ], |
1045 }], | 1046 }], |
1046 ], | 1047 ], |
1047 } | 1048 } |
OLD | NEW |