| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 'defines': [ | 6 'defines': [ |
| 7 'MEDIA_IMPLEMENTATION', | 7 'MEDIA_IMPLEMENTATION', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 # GN version: //media/capture:capture | 10 # GN version: //media/capture:capture |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 'conditions': [ | 97 'conditions': [ |
| 98 ['OS=="linux" and use_udev==1', { | 98 ['OS=="linux" and use_udev==1', { |
| 99 'capture_sources': [ | 99 'capture_sources': [ |
| 100 'capture/device_monitor_udev.cc', | 100 'capture/device_monitor_udev.cc', |
| 101 'capture/device_monitor_udev.h', | 101 'capture/device_monitor_udev.h', |
| 102 ], | 102 ], |
| 103 }], | 103 }], |
| 104 ], | 104 ], |
| 105 }, | 105 }, |
| 106 } | 106 } |
| OLD | NEW |