OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 3582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3593 "media/webrtc/webrtc_log_uploader.cc", | 3593 "media/webrtc/webrtc_log_uploader.cc", |
3594 "media/webrtc/webrtc_log_uploader.h", | 3594 "media/webrtc/webrtc_log_uploader.h", |
3595 "media/webrtc/webrtc_log_util.cc", | 3595 "media/webrtc/webrtc_log_util.cc", |
3596 "media/webrtc/webrtc_log_util.h", | 3596 "media/webrtc/webrtc_log_util.h", |
3597 "media/webrtc/webrtc_logging_handler_host.cc", | 3597 "media/webrtc/webrtc_logging_handler_host.cc", |
3598 "media/webrtc/webrtc_logging_handler_host.h", | 3598 "media/webrtc/webrtc_logging_handler_host.h", |
3599 "media/webrtc/webrtc_rtp_dump_handler.cc", | 3599 "media/webrtc/webrtc_rtp_dump_handler.cc", |
3600 "media/webrtc/webrtc_rtp_dump_handler.h", | 3600 "media/webrtc/webrtc_rtp_dump_handler.h", |
3601 "media/webrtc/webrtc_rtp_dump_writer.cc", | 3601 "media/webrtc/webrtc_rtp_dump_writer.cc", |
3602 "media/webrtc/webrtc_rtp_dump_writer.h", | 3602 "media/webrtc/webrtc_rtp_dump_writer.h", |
| 3603 "media/webrtc/webrtc_text_log_handler.cc", |
| 3604 "media/webrtc/webrtc_text_log_handler.h", |
3603 ] | 3605 ] |
3604 } | 3606 } |
3605 if (enable_service_discovery) { | 3607 if (enable_service_discovery) { |
3606 sources += [ | 3608 sources += [ |
3607 "local_discovery/endpoint_resolver.cc", | 3609 "local_discovery/endpoint_resolver.cc", |
3608 "local_discovery/endpoint_resolver.h", | 3610 "local_discovery/endpoint_resolver.h", |
3609 "local_discovery/service_discovery_client.cc", | 3611 "local_discovery/service_discovery_client.cc", |
3610 "local_discovery/service_discovery_client.h", | 3612 "local_discovery/service_discovery_client.h", |
3611 "local_discovery/service_discovery_client_mac.h", | 3613 "local_discovery/service_discovery_client_mac.h", |
3612 "local_discovery/service_discovery_client_mac.mm", | 3614 "local_discovery/service_discovery_client_mac.mm", |
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4258 # linking all of the test support. | 4260 # linking all of the test support. |
4259 static_library("pepper_cdm_test_constants") { | 4261 static_library("pepper_cdm_test_constants") { |
4260 testonly = true | 4262 testonly = true |
4261 visibility = [ "//chrome/*" ] | 4263 visibility = [ "//chrome/*" ] |
4262 sources = [ | 4264 sources = [ |
4263 "media/pepper_cdm_test_constants.cc", | 4265 "media/pepper_cdm_test_constants.cc", |
4264 "media/pepper_cdm_test_constants.h", | 4266 "media/pepper_cdm_test_constants.h", |
4265 ] | 4267 ] |
4266 } | 4268 } |
4267 } | 4269 } |
OLD | NEW |