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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
888 ['input_speech==0', { | 888 ['input_speech==0', { |
889 'sources/': [ | 889 'sources/': [ |
890 ['exclude', '^browser/speech/'], | 890 ['exclude', '^browser/speech/'], |
891 ] | 891 ] |
892 }], | 892 }], |
893 ], | 893 ], |
894 }, | 894 }, |
895 ], | 895 ], |
896 }], | 896 }], |
897 ['chromeos==1 or OS=="win" or OS=="mac"', { | 897 ['chromeos==1 or OS=="win" or OS=="mac"', { |
| 898 # TODO(felipeg): make video_decode_accelerator_unittest work on Android. |
| 899 # crbug.com/178647 |
898 'targets': [ | 900 'targets': [ |
899 { | 901 { |
900 'target_name': 'video_decode_accelerator_unittest', | 902 'target_name': 'video_decode_accelerator_unittest', |
901 'type': 'executable', | 903 'type': 'executable', |
902 'dependencies': [ | 904 'dependencies': [ |
903 'content', | 905 'content', |
904 '../base/base.gyp:base', | 906 '../base/base.gyp:base', |
905 '../testing/gtest.gyp:gtest', | 907 '../testing/gtest.gyp:gtest', |
906 '../media/media.gyp:media', | 908 '../media/media.gyp:media', |
907 '../ui/gl/gl.gyp:gl', | 909 '../ui/gl/gl.gyp:gl', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1043 'additional_src_dirs': ['../content/public/android/javatests/',], | 1045 'additional_src_dirs': ['../content/public/android/javatests/',], |
1044 'resource_dir': '../shell_apk/res', | 1046 'resource_dir': '../shell_apk/res', |
1045 'is_test_apk': 1, | 1047 'is_test_apk': 1, |
1046 }, | 1048 }, |
1047 'includes': [ '../build/java_apk.gypi' ], | 1049 'includes': [ '../build/java_apk.gypi' ], |
1048 }, | 1050 }, |
1049 ], | 1051 ], |
1050 }], | 1052 }], |
1051 ], | 1053 ], |
1052 } | 1054 } |
OLD | NEW |