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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1304 'sources/': [ | 1304 'sources/': [ |
1305 ['exclude', '^common/gpu/media/android_video_decode_accelerato
r_unittest.cc'], | 1305 ['exclude', '^common/gpu/media/android_video_decode_accelerato
r_unittest.cc'], |
1306 ], | 1306 ], |
1307 }], | 1307 }], |
1308 ['OS=="win"', { | 1308 ['OS=="win"', { |
1309 'dependencies': [ | 1309 'dependencies': [ |
1310 '<(angle_path)/src/build_angle.gyp:libEGL', | 1310 '<(angle_path)/src/build_angle.gyp:libEGL', |
1311 '<(angle_path)/src/build_angle.gyp:libGLESv2', | 1311 '<(angle_path)/src/build_angle.gyp:libGLESv2', |
1312 ], | 1312 ], |
1313 }], | 1313 }], |
| 1314 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/34555
4 |
1314 ['(OS=="win" and win_use_allocator_shim==1) or ' | 1315 ['(OS=="win" and win_use_allocator_shim==1) or ' |
1315 '(os_posix == 1 and OS != "android" and ' | 1316 '(os_posix == 1 and OS != "android" and ' |
1316 ' linux_use_tcmalloc==1)', { | 1317 ' ((use_allocator!="none" and use_allocator!="see_use_tcmalloc")
or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)))', { |
1317 'dependencies': [ | 1318 'dependencies': [ |
1318 '../base/allocator/allocator.gyp:allocator', | 1319 '../base/allocator/allocator.gyp:allocator', |
1319 ], | 1320 ], |
1320 }], | 1321 }], |
1321 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', { | 1322 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', { |
1322 'include_dirs': [ | 1323 'include_dirs': [ |
1323 '<(DEPTH)/third_party/libva', | 1324 '<(DEPTH)/third_party/libva', |
1324 ], | 1325 ], |
1325 }], | 1326 }], |
1326 ['use_x11==1', { | 1327 ['use_x11==1', { |
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1703 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1704 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1704 }, | 1705 }, |
1705 ], | 1706 ], |
1706 }], | 1707 }], |
1707 ], | 1708 ], |
1708 }, | 1709 }, |
1709 ], | 1710 ], |
1710 }], | 1711 }], |
1711 ], | 1712 ], |
1712 } | 1713 } |
OLD | NEW |