| 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 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2142 ], | 2142 ], |
| 2143 'sources': [ | 2143 'sources': [ |
| 2144 'gpu/video_accelerator_unittest_helpers.h', | 2144 'gpu/video_accelerator_unittest_helpers.h', |
| 2145 'gpu/video_encode_accelerator_unittest.cc', | 2145 'gpu/video_encode_accelerator_unittest.cc', |
| 2146 ], | 2146 ], |
| 2147 'include_dirs': [ | 2147 'include_dirs': [ |
| 2148 '<(DEPTH)/third_party/libva', | 2148 '<(DEPTH)/third_party/libva', |
| 2149 '<(DEPTH)/third_party/libyuv', | 2149 '<(DEPTH)/third_party/libyuv', |
| 2150 ], | 2150 ], |
| 2151 'conditions': [ | 2151 'conditions': [ |
| 2152 ['OS=="mac"', { |
| 2153 'dependencies': [ |
| 2154 '../third_party/webrtc/common_video/common_video.gyp:common_vide
o', |
| 2155 ], |
| 2156 }], |
| 2152 ['use_x11==1', { | 2157 ['use_x11==1', { |
| 2153 'dependencies': [ | 2158 'dependencies': [ |
| 2154 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 2159 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 2155 ], | 2160 ], |
| 2156 }], | 2161 }], |
| 2157 ['use_ozone==1', { | 2162 ['use_ozone==1', { |
| 2158 'dependencies': [ | 2163 'dependencies': [ |
| 2159 '../ui/ozone/ozone.gyp:ozone', | 2164 '../ui/ozone/ozone.gyp:ozone', |
| 2160 ], | 2165 ], |
| 2161 }], | 2166 }], |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2285 'dependencies': [ | 2290 'dependencies': [ |
| 2286 '../build/linux/system.gyp:libdrm', | 2291 '../build/linux/system.gyp:libdrm', |
| 2287 ] | 2292 ] |
| 2288 }], | 2293 }], |
| 2289 ], | 2294 ], |
| 2290 } | 2295 } |
| 2291 ] | 2296 ] |
| 2292 }], | 2297 }], |
| 2293 ], | 2298 ], |
| 2294 } | 2299 } |
| OLD | NEW |