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 # Option e.g. for Linux distributions to link pulseaudio directly | 10 # Option e.g. for Linux distributions to link pulseaudio directly |
(...skipping 1762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1773 'variables': { | 1773 'variables': { |
1774 'source_file': 'video/capture/android/video_capture_device_android.h
', | 1774 'source_file': 'video/capture/android/video_capture_device_android.h
', |
1775 }, | 1775 }, |
1776 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 1776 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
1777 }, | 1777 }, |
1778 ], | 1778 ], |
1779 }], | 1779 }], |
1780 ['media_use_ffmpeg==1', { | 1780 ['media_use_ffmpeg==1', { |
1781 'targets': [ | 1781 'targets': [ |
1782 { | 1782 { |
1783 # GN version: //media:ffmpeg_unittests | |
1784 'target_name': 'ffmpeg_unittests', | |
1785 'type': 'executable', | |
1786 'dependencies': [ | |
1787 '../base/base.gyp:base', | |
1788 '../base/base.gyp:base_i18n', | |
1789 '../base/base.gyp:test_support_base', | |
1790 '../testing/gtest.gyp:gtest', | |
1791 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | |
1792 'media', | |
1793 'media_test_support', | |
1794 ], | |
1795 'sources': [ | |
1796 'ffmpeg/ffmpeg_unittest.cc', | |
1797 ], | |
1798 }, | |
1799 { | |
1800 # GN version: //media:ffmpeg_regression_tests | 1783 # GN version: //media:ffmpeg_regression_tests |
1801 'target_name': 'ffmpeg_regression_tests', | 1784 'target_name': 'ffmpeg_regression_tests', |
1802 'type': 'executable', | 1785 'type': 'executable', |
1803 'dependencies': [ | 1786 'dependencies': [ |
1804 '../base/base.gyp:test_support_base', | 1787 '../base/base.gyp:test_support_base', |
1805 '../testing/gmock.gyp:gmock', | 1788 '../testing/gmock.gyp:gmock', |
1806 '../testing/gtest.gyp:gtest', | 1789 '../testing/gtest.gyp:gtest', |
1807 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 1790 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
1808 '../ui/gfx/gfx.gyp:gfx_geometry', | 1791 '../ui/gfx/gfx.gyp:gfx_geometry', |
1809 'media', | 1792 'media', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1905 '../build/isolate.gypi', | 1888 '../build/isolate.gypi', |
1906 ], | 1889 ], |
1907 'sources': [ | 1890 'sources': [ |
1908 'media_unittests.isolate', | 1891 'media_unittests.isolate', |
1909 ], | 1892 ], |
1910 }, | 1893 }, |
1911 ], | 1894 ], |
1912 }], | 1895 }], |
1913 ], | 1896 ], |
1914 } | 1897 } |
OLD | NEW |