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 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1144 'dependencies': [ | 1144 'dependencies': [ |
1145 'audio_test_config', | 1145 'audio_test_config', |
1146 'media', | 1146 'media', |
1147 'media_test_support', | 1147 'media_test_support', |
1148 'shared_memory_support', | 1148 'shared_memory_support', |
1149 '../base/base.gyp:base', | 1149 '../base/base.gyp:base', |
1150 '../base/base.gyp:base_i18n', | 1150 '../base/base.gyp:base_i18n', |
1151 '../base/base.gyp:test_support_base', | 1151 '../base/base.gyp:test_support_base', |
1152 '../gpu/gpu.gyp:command_buffer_common', | 1152 '../gpu/gpu.gyp:command_buffer_common', |
1153 '../gpu/gpu.gyp:gpu_unittest_utils', | 1153 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 1154 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', |
1154 '../skia/skia.gyp:skia', | 1155 '../skia/skia.gyp:skia', |
1155 '../testing/gmock.gyp:gmock', | 1156 '../testing/gmock.gyp:gmock', |
1156 '../testing/gtest.gyp:gtest', | 1157 '../testing/gtest.gyp:gtest', |
1157 '../third_party/libwebm/libwebm.gyp:libwebm', | 1158 '../third_party/libwebm/libwebm.gyp:libwebm', |
1158 '../third_party/libyuv/libyuv.gyp:libyuv', | 1159 '../third_party/libyuv/libyuv.gyp:libyuv', |
1159 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 1160 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
1160 '../ui/gfx/gfx.gyp:gfx', | 1161 '../ui/gfx/gfx.gyp:gfx', |
1161 '../ui/gfx/gfx.gyp:gfx_geometry', | 1162 '../ui/gfx/gfx.gyp:gfx_geometry', |
1162 '../ui/gfx/gfx.gyp:gfx_test_support', | 1163 '../ui/gfx/gfx.gyp:gfx_test_support', |
1163 '../url/url.gyp:url_lib', | 1164 '../url/url.gyp:url_lib', |
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2112 'dependencies': [ | 2113 'dependencies': [ |
2113 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2114 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2114 ], | 2115 ], |
2115 }], | 2116 }], |
2116 ], | 2117 ], |
2117 }, | 2118 }, |
2118 ], | 2119 ], |
2119 }], | 2120 }], |
2120 ], | 2121 ], |
2121 } | 2122 } |
OLD | NEW |