OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1039 ['exclude', '^common/gpu/media/android_video_decode_accelerato
r_unittest.cc'], | 1039 ['exclude', '^common/gpu/media/android_video_decode_accelerato
r_unittest.cc'], |
1040 ], | 1040 ], |
1041 }], | 1041 }], |
1042 ['target_arch=="arm"', { | 1042 ['target_arch=="arm"', { |
1043 'include_dirs': [ | 1043 'include_dirs': [ |
1044 '<(DEPTH)/third_party/openmax/il', | 1044 '<(DEPTH)/third_party/openmax/il', |
1045 ], | 1045 ], |
1046 }], | 1046 }], |
1047 ['OS=="win"', { | 1047 ['OS=="win"', { |
1048 'dependencies': [ | 1048 'dependencies': [ |
1049 '../third_party/angle/src/build_angle.gyp:libEGL', | 1049 '<(angle_path)/src/build_angle.gyp:libEGL', |
1050 '../third_party/angle/src/build_angle.gyp:libGLESv2', | 1050 '<(angle_path)/src/build_angle.gyp:libGLESv2', |
1051 ], | 1051 ], |
1052 }], | 1052 }], |
1053 ['(OS=="win" and win_use_allocator_shim==1) or ' | 1053 ['(OS=="win" and win_use_allocator_shim==1) or ' |
1054 '(os_posix == 1 and OS != "android" and ' | 1054 '(os_posix == 1 and OS != "android" and ' |
1055 ' linux_use_tcmalloc==1)', { | 1055 ' linux_use_tcmalloc==1)', { |
1056 'dependencies': [ | 1056 'dependencies': [ |
1057 '../base/allocator/allocator.gyp:allocator', | 1057 '../base/allocator/allocator.gyp:allocator', |
1058 ], | 1058 ], |
1059 }], | 1059 }], |
1060 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', { | 1060 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', { |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1180 'resource_dir': 'shell/android/shell_apk/res', | 1180 'resource_dir': 'shell/android/shell_apk/res', |
1181 'additional_src_dirs': ['public/android/javatests/',], | 1181 'additional_src_dirs': ['public/android/javatests/',], |
1182 'is_test_apk': 1, | 1182 'is_test_apk': 1, |
1183 }, | 1183 }, |
1184 'includes': [ '../build/java_apk.gypi' ], | 1184 'includes': [ '../build/java_apk.gypi' ], |
1185 }, | 1185 }, |
1186 ], | 1186 ], |
1187 }], | 1187 }], |
1188 ], | 1188 ], |
1189 } | 1189 } |
OLD | NEW |