| OLD | NEW |
| 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
| 4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
| 5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
| 6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
| 7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
| 8 | 8 |
| 9 { | 9 { |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'frame_editing_lib', | 83 'frame_editing_lib', |
| 84 ], | 84 ], |
| 85 'sources': [ | 85 'sources': [ |
| 86 'frame_editing/frame_editing.cc', | 86 'frame_editing/frame_editing.cc', |
| 87 ], | 87 ], |
| 88 }, # frame_editing | 88 }, # frame_editing |
| 89 { | 89 { |
| 90 'target_name': 'force_mic_volume_max', | 90 'target_name': 'force_mic_volume_max', |
| 91 'type': 'executable', | 91 'type': 'executable', |
| 92 'dependencies': [ | 92 'dependencies': [ |
| 93 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', | 93 '<(webrtc_root)/modules/modules.gyp:audio_device', |
| 94 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa
ult', | 94 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa
ult', |
| 95 ], | 95 ], |
| 96 'sources': [ | 96 'sources': [ |
| 97 'force_mic_volume_max/force_mic_volume_max.cc', | 97 'force_mic_volume_max/force_mic_volume_max.cc', |
| 98 ], | 98 ], |
| 99 }, # force_mic_volume_max | 99 }, # force_mic_volume_max |
| 100 ], | 100 ], |
| 101 'conditions': [ | 101 'conditions': [ |
| 102 ['enable_protobuf==1', { | 102 ['enable_protobuf==1', { |
| 103 'targets': [ | 103 'targets': [ |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 'sources': [ | 285 'sources': [ |
| 286 'tools_unittests.isolate', | 286 'tools_unittests.isolate', |
| 287 ], | 287 ], |
| 288 }, | 288 }, |
| 289 ], | 289 ], |
| 290 }], | 290 }], |
| 291 ], | 291 ], |
| 292 }], # include_tests | 292 }], # include_tests |
| 293 ], # conditions | 293 ], # conditions |
| 294 } | 294 } |
| OLD | NEW |