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 1886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1897 ['include', '^base/mac/videotoolbox_glue\\.h$'], | 1897 ['include', '^base/mac/videotoolbox_glue\\.h$'], |
1898 ['include', '^base/mac/videotoolbox_glue\\.mm$'], | 1898 ['include', '^base/mac/videotoolbox_glue\\.mm$'], |
1899 ['include', '^base/mac/video_frame_mac\\.h$'], | 1899 ['include', '^base/mac/video_frame_mac\\.h$'], |
1900 ['include', '^base/mac/video_frame_mac\\.cc$'], | 1900 ['include', '^base/mac/video_frame_mac\\.cc$'], |
1901 ], | 1901 ], |
1902 }], | 1902 }], |
1903 ], # target_conditions | 1903 ], # target_conditions |
1904 }, | 1904 }, |
1905 ], | 1905 ], |
1906 }], | 1906 }], |
1907 ['test_isolation_mode != "noop" and archive_gpu_tests==1', { | 1907 ['test_isolation_mode != "noop"', { |
1908 'targets': [ | 1908 'targets': [ |
1909 { | 1909 { |
1910 'target_name': 'media_unittests_run', | 1910 'target_name': 'media_unittests_run', |
1911 'type': 'none', | 1911 'type': 'none', |
1912 'dependencies': [ | 1912 'dependencies': [ |
1913 'media_unittests', | 1913 'media_unittests', |
1914 ], | 1914 ], |
1915 'includes': [ | 1915 'includes': [ |
1916 '../build/isolate.gypi', | 1916 '../build/isolate.gypi', |
1917 ], | 1917 ], |
1918 'sources': [ | 1918 'sources': [ |
1919 'media_unittests.isolate', | 1919 'media_unittests.isolate', |
1920 ], | 1920 ], |
1921 }, | 1921 }, |
1922 ], | 1922 ], |
1923 }], | 1923 }], |
1924 ], | 1924 ], |
1925 } | 1925 } |
OLD | NEW |