| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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': [ |
| 104 { | 104 { |
| 105 'target_name': 'graph_proto', | 105 'target_name': 'chart_proto', |
| 106 'type': 'static_library', | 106 'type': 'static_library', |
| 107 'sources': [ | 107 'sources': [ |
| 108 'event_log_visualizer/graph.proto', | 108 'event_log_visualizer/chart.proto', |
| 109 ], | 109 ], |
| 110 'variables': { | 110 'variables': { |
| 111 'proto_in_dir': 'event_log_visualizer', | 111 'proto_in_dir': 'event_log_visualizer', |
| 112 'proto_out_dir': 'webrtc/tools/event_log_visualizer', | 112 'proto_out_dir': 'webrtc/tools/event_log_visualizer', |
| 113 }, | 113 }, |
| 114 'includes': ['../build/protoc.gypi'], | 114 'includes': ['../build/protoc.gypi'], |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 # RTC event log visualization library | 117 # RTC event log visualization library |
| 118 'target_name': 'event_log_visualizer_utils', | 118 'target_name': 'event_log_visualizer_utils', |
| 119 'type': 'static_library', | 119 'type': 'static_library', |
| 120 'dependencies': [ | 120 'dependencies': [ |
| 121 '<(webrtc_root)/webrtc.gyp:rtc_event_log', | 121 '<(webrtc_root)/webrtc.gyp:rtc_event_log', |
| 122 '<(webrtc_root)/webrtc.gyp:rtc_event_log_parser', | 122 '<(webrtc_root)/webrtc.gyp:rtc_event_log_parser', |
| 123 '<(webrtc_root)/modules/modules.gyp:congestion_controller', | 123 '<(webrtc_root)/modules/modules.gyp:congestion_controller', |
| 124 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', | 124 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', |
| 125 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default'
, | 125 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default'
, |
| 126 ':graph_proto', | 126 ':chart_proto', |
| 127 ], | 127 ], |
| 128 'sources': [ | 128 'sources': [ |
| 129 'event_log_visualizer/analyzer.cc', | 129 'event_log_visualizer/analyzer.cc', |
| 130 'event_log_visualizer/analyzer.h', | 130 'event_log_visualizer/analyzer.h', |
| 131 'event_log_visualizer/plot_base.cc', | 131 'event_log_visualizer/plot_base.cc', |
| 132 'event_log_visualizer/plot_base.h', | 132 'event_log_visualizer/plot_base.h', |
| 133 'event_log_visualizer/plot_protobuf.cc', | 133 'event_log_visualizer/plot_protobuf.cc', |
| 134 'event_log_visualizer/plot_protobuf.h', | 134 'event_log_visualizer/plot_protobuf.h', |
| 135 'event_log_visualizer/plot_python.cc', | 135 'event_log_visualizer/plot_python.cc', |
| 136 'event_log_visualizer/plot_python.h', | 136 'event_log_visualizer/plot_python.h', |
| 137 ], | 137 ], |
| 138 'export_dependent_settings': [ | 138 'export_dependent_settings': [ |
| 139 '<(webrtc_root)/webrtc.gyp:rtc_event_log_parser', | 139 '<(webrtc_root)/webrtc.gyp:rtc_event_log_parser', |
| 140 ':graph_proto', | 140 ':chart_proto', |
| 141 ], | 141 ], |
| 142 }, | 142 }, |
| 143 ], | 143 ], |
| 144 }], | 144 }], |
| 145 ['enable_protobuf==1 and include_tests==1', { | 145 ['enable_protobuf==1 and include_tests==1', { |
| 146 # TODO(terelius): This tool requires the include_test condition to | 146 # TODO(terelius): This tool requires the include_test condition to |
| 147 # prevent build errors when gflags isn't found in downstream projects. | 147 # prevent build errors when gflags isn't found in downstream projects. |
| 148 # There should be a cleaner way to do this. The tool is not test related. | 148 # There should be a cleaner way to do this. The tool is not test related. |
| 149 'targets': [ | 149 'targets': [ |
| 150 { | 150 { |
| (...skipping 134 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 |