Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Side by Side Diff: media/media.gyp

Issue 851013002: Swarm media_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | media/media_unittests.isolate » ('j') | media/media_unittests.isolate » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | media/media_unittests.isolate » ('j') | media/media_unittests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698