Chromium Code Reviews| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//content/common/features.gni") | 9 import("//content/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 689 "media/webrtc_uma_histograms.cc", | 689 "media/webrtc_uma_histograms.cc", |
| 690 "media/webrtc_uma_histograms.h", | 690 "media/webrtc_uma_histograms.h", |
| 691 "media_capture_from_element/canvas_capture_handler.cc", | 691 "media_capture_from_element/canvas_capture_handler.cc", |
| 692 "media_capture_from_element/canvas_capture_handler.h", | 692 "media_capture_from_element/canvas_capture_handler.h", |
| 693 "media_capture_from_element/html_audio_element_capturer_source.cc", | 693 "media_capture_from_element/html_audio_element_capturer_source.cc", |
| 694 "media_capture_from_element/html_audio_element_capturer_source.h", | 694 "media_capture_from_element/html_audio_element_capturer_source.h", |
| 695 "media_capture_from_element/html_video_element_capturer_source.cc", | 695 "media_capture_from_element/html_video_element_capturer_source.cc", |
| 696 "media_capture_from_element/html_video_element_capturer_source.h", | 696 "media_capture_from_element/html_video_element_capturer_source.h", |
| 697 "media_recorder/audio_track_recorder.cc", | 697 "media_recorder/audio_track_recorder.cc", |
| 698 "media_recorder/audio_track_recorder.h", | 698 "media_recorder/audio_track_recorder.h", |
| 699 "media_recorder/h264_encoder.cc", | |
| 700 "media_recorder/h264_encoder.h", | |
|
mcasas
2017/04/05 01:23:59
These two should only be added to the sources
if (
emircan
2017/04/05 21:13:43
Done.
| |
| 699 "media_recorder/media_recorder_handler.cc", | 701 "media_recorder/media_recorder_handler.cc", |
| 700 "media_recorder/media_recorder_handler.h", | 702 "media_recorder/media_recorder_handler.h", |
| 703 "media_recorder/vea_encoder.cc", | |
| 704 "media_recorder/vea_encoder.h", | |
| 701 "media_recorder/video_track_recorder.cc", | 705 "media_recorder/video_track_recorder.cc", |
| 702 "media_recorder/video_track_recorder.h", | 706 "media_recorder/video_track_recorder.h", |
| 707 "media_recorder/vpx_encoder.cc", | |
| 708 "media_recorder/vpx_encoder.h", | |
| 703 "p2p/empty_network_manager.cc", | 709 "p2p/empty_network_manager.cc", |
| 704 "p2p/empty_network_manager.h", | 710 "p2p/empty_network_manager.h", |
| 705 "p2p/filtering_network_manager.cc", | 711 "p2p/filtering_network_manager.cc", |
| 706 "p2p/filtering_network_manager.h", | 712 "p2p/filtering_network_manager.h", |
| 707 "p2p/host_address_request.cc", | 713 "p2p/host_address_request.cc", |
| 708 "p2p/host_address_request.h", | 714 "p2p/host_address_request.h", |
| 709 "p2p/ipc_network_manager.cc", | 715 "p2p/ipc_network_manager.cc", |
| 710 "p2p/ipc_network_manager.h", | 716 "p2p/ipc_network_manager.h", |
| 711 "p2p/ipc_socket_factory.cc", | 717 "p2p/ipc_socket_factory.cc", |
| 712 "p2p/ipc_socket_factory.h", | 718 "p2p/ipc_socket_factory.h", |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 969 # For the defines in mojo_media_config. | 975 # For the defines in mojo_media_config. |
| 970 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 976 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 971 } | 977 } |
| 972 | 978 |
| 973 if (!is_component_build) { | 979 if (!is_component_build) { |
| 974 public_deps = [ | 980 public_deps = [ |
| 975 ":renderer", | 981 ":renderer", |
| 976 ] | 982 ] |
| 977 } | 983 } |
| 978 } | 984 } |
| OLD | NEW |