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

Side by Side Diff: media/media.gyp

Issue 1137933006: Add missing dependency of audio_unittests on xdisplaycheck. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | no next file » | no next file with comments »
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 1946 matching lines...) Expand 10 before | Expand all | Expand 10 after
1957 'type': 'none', 1957 'type': 'none',
1958 'dependencies': [ 1958 'dependencies': [
1959 'audio_unittests', 1959 'audio_unittests',
1960 ], 1960 ],
1961 'includes': [ 1961 'includes': [
1962 '../build/isolate.gypi', 1962 '../build/isolate.gypi',
1963 ], 1963 ],
1964 'sources': [ 1964 'sources': [
1965 'audio_unittests.isolate', 1965 'audio_unittests.isolate',
1966 ], 1966 ],
1967 'conditions': [
1968 ['use_x11==1', {
1969 'dependencies': [
1970 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1971 ],
1972 }],
1973 ],
1967 }, 1974 },
1968 ], 1975 ],
1969 }], 1976 }],
1970 ], 1977 ],
1971 } 1978 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698