| 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 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 ], | 705 ], |
| 706 }], | 706 }], |
| 707 ['media_use_libwebm==1', { | 707 ['media_use_libwebm==1', { |
| 708 'dependencies': [ | 708 'dependencies': [ |
| 709 '<(DEPTH)/third_party/libwebm/libwebm.gyp:libwebm', | 709 '<(DEPTH)/third_party/libwebm/libwebm.gyp:libwebm', |
| 710 ], | 710 ], |
| 711 'sources': [ | 711 'sources': [ |
| 712 'capture/webm_muxer.cc', | 712 'capture/webm_muxer.cc', |
| 713 'capture/webm_muxer.h', | 713 'capture/webm_muxer.h', |
| 714 ], | 714 ], |
| 715 }, { # media_use_libwebm==0 |
| 716 'defines': [ |
| 717 'MEDIA_DISABLE_LIBWEBM', |
| 718 ], |
| 719 'direct_dependent_settings': { |
| 720 'defines': [ |
| 721 'MEDIA_DISABLE_LIBWEBM', |
| 722 ], |
| 723 }, |
| 715 }], | 724 }], |
| 716 ['enable_browser_cdms==1', { | 725 ['enable_browser_cdms==1', { |
| 717 'sources': [ | 726 'sources': [ |
| 718 'base/browser_cdm.cc', | 727 'base/browser_cdm.cc', |
| 719 'base/browser_cdm.h', | 728 'base/browser_cdm.h', |
| 720 'base/browser_cdm_factory.cc', | 729 'base/browser_cdm_factory.cc', |
| 721 'base/browser_cdm_factory.h', | 730 'base/browser_cdm_factory.h', |
| 722 ], | 731 ], |
| 723 }], | 732 }], |
| 724 ['OS=="android"', { | 733 ['OS=="android"', { |
| (...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2115 'dependencies': [ | 2124 'dependencies': [ |
| 2116 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2125 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2117 ], | 2126 ], |
| 2118 }], | 2127 }], |
| 2119 ], | 2128 ], |
| 2120 }, | 2129 }, |
| 2121 ], | 2130 ], |
| 2122 }], | 2131 }], |
| 2123 ], | 2132 ], |
| 2124 } | 2133 } |
| OLD | NEW |