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