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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 # Override to dynamically link the cras (ChromeOS audio) library. | 8 # Override to dynamically link the cras (ChromeOS audio) library. |
9 'use_cras%': 0, | 9 'use_cras%': 0, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
877 'base/channel_mixer_unittest.cc', | 877 'base/channel_mixer_unittest.cc', |
878 'base/clock_unittest.cc', | 878 'base/clock_unittest.cc', |
879 'base/data_buffer_unittest.cc', | 879 'base/data_buffer_unittest.cc', |
880 'base/decoder_buffer_queue_unittest.cc', | 880 'base/decoder_buffer_queue_unittest.cc', |
881 'base/decoder_buffer_unittest.cc', | 881 'base/decoder_buffer_unittest.cc', |
882 'base/djb2_unittest.cc', | 882 'base/djb2_unittest.cc', |
883 'base/gmock_callback_support_unittest.cc', | 883 'base/gmock_callback_support_unittest.cc', |
884 'base/multi_channel_resampler_unittest.cc', | 884 'base/multi_channel_resampler_unittest.cc', |
885 'base/pipeline_unittest.cc', | 885 'base/pipeline_unittest.cc', |
886 'base/ranges_unittest.cc', | 886 'base/ranges_unittest.cc', |
887 'base/run_all_unittests.cc', | 887 'test/run_all_unittests.cc', |
eroman
2013/03/15 19:22:07
This change seems unrelated. You sure about it?
Paweł Hajdan Jr.
2013/03/15 19:58:50
Oops, tools/git/mass-rename.sh fail. Fixed.
| |
888 'base/seekable_buffer_unittest.cc', | 888 'base/seekable_buffer_unittest.cc', |
889 'base/sinc_resampler_unittest.cc', | 889 'base/sinc_resampler_unittest.cc', |
890 'base/test_data_util.cc', | 890 'base/test_data_util.cc', |
891 'base/test_data_util.h', | 891 'base/test_data_util.h', |
892 'base/vector_math_testing.h', | 892 'base/vector_math_testing.h', |
893 'base/vector_math_unittest.cc', | 893 'base/vector_math_unittest.cc', |
894 'base/video_frame_unittest.cc', | 894 'base/video_frame_unittest.cc', |
895 'base/video_util_unittest.cc', | 895 'base/video_util_unittest.cc', |
896 'base/yuv_convert_unittest.cc', | 896 'base/yuv_convert_unittest.cc', |
897 'crypto/aes_decryptor_unittest.cc', | 897 'crypto/aes_decryptor_unittest.cc', |
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1522 'type': 'executable', | 1522 'type': 'executable', |
1523 'dependencies': [ | 1523 'dependencies': [ |
1524 '../base/base.gyp:test_support_base', | 1524 '../base/base.gyp:test_support_base', |
1525 '../testing/gmock.gyp:gmock', | 1525 '../testing/gmock.gyp:gmock', |
1526 '../testing/gtest.gyp:gtest', | 1526 '../testing/gtest.gyp:gtest', |
1527 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 1527 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
1528 'media', | 1528 'media', |
1529 'media_test_support', | 1529 'media_test_support', |
1530 ], | 1530 ], |
1531 'sources': [ | 1531 'sources': [ |
1532 'base/run_all_unittests.cc', | 1532 'test/run_all_unittests.cc', |
1533 'base/test_data_util.cc', | 1533 'base/test_data_util.cc', |
1534 'ffmpeg/ffmpeg_regression_tests.cc', | 1534 'ffmpeg/ffmpeg_regression_tests.cc', |
1535 'filters/pipeline_integration_test_base.cc', | 1535 'filters/pipeline_integration_test_base.cc', |
1536 ], | 1536 ], |
1537 'conditions': [ | 1537 'conditions': [ |
1538 ['os_posix==1 and OS!="mac"', { | 1538 ['os_posix==1 and OS!="mac"', { |
1539 'conditions': [ | 1539 'conditions': [ |
1540 ['linux_use_tcmalloc==1', { | 1540 ['linux_use_tcmalloc==1', { |
1541 'dependencies': [ | 1541 'dependencies': [ |
1542 '../base/allocator/allocator.gyp:allocator', | 1542 '../base/allocator/allocator.gyp:allocator', |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1615 ], | 1615 ], |
1616 'sources': [ | 1616 'sources': [ |
1617 'base/simd/sinc_resampler_sse.cc', | 1617 'base/simd/sinc_resampler_sse.cc', |
1618 'base/simd/vector_math_sse.cc', | 1618 'base/simd/vector_math_sse.cc', |
1619 ], | 1619 ], |
1620 }, # end of target media_sse | 1620 }, # end of target media_sse |
1621 ], | 1621 ], |
1622 }], | 1622 }], |
1623 ], | 1623 ], |
1624 } | 1624 } |
OLD | NEW |