| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 '../third_party/libwebm/libwebm.gyp:libwebm', | 83 '../third_party/libwebm/libwebm.gyp:libwebm', |
| 84 '../third_party/libyuv/libyuv.gyp:libyuv', | 84 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 85 '../third_party/opus/opus.gyp:opus', | 85 '../third_party/opus/opus.gyp:opus', |
| 86 '../ui/events/events.gyp:events_base', | 86 '../ui/events/events.gyp:events_base', |
| 87 '../ui/gfx/gfx.gyp:gfx', | 87 '../ui/gfx/gfx.gyp:gfx', |
| 88 '../ui/gfx/gfx.gyp:gfx_geometry', | 88 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 89 '../url/url.gyp:url_lib', | 89 '../url/url.gyp:url_lib', |
| 90 'shared_memory_support', | 90 'shared_memory_support', |
| 91 ], | 91 ], |
| 92 'export_dependent_settings': [ | 92 'export_dependent_settings': [ |
| 93 '../third_party/libwebm/libwebm.gyp:libwebm', |
| 93 '../third_party/opus/opus.gyp:opus', | 94 '../third_party/opus/opus.gyp:opus', |
| 94 ], | 95 ], |
| 95 'defines': [ | 96 'defines': [ |
| 96 'MEDIA_IMPLEMENTATION', | 97 'MEDIA_IMPLEMENTATION', |
| 97 ], | 98 ], |
| 98 'include_dirs': [ | 99 'include_dirs': [ |
| 99 '..', | 100 '..', |
| 100 ], | 101 ], |
| 101 'includes': [ | 102 'includes': [ |
| 102 'capture.gypi', | 103 'capture.gypi', |
| (...skipping 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2078 'dependencies': [ | 2079 'dependencies': [ |
| 2079 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2080 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2080 ], | 2081 ], |
| 2081 }], | 2082 }], |
| 2082 ], | 2083 ], |
| 2083 }, | 2084 }, |
| 2084 ], | 2085 ], |
| 2085 }], | 2086 }], |
| 2086 ], | 2087 ], |
| 2087 } | 2088 } |
| OLD | NEW |