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