Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Side by Side Diff: webrtc/video/BUILD.gn

Issue 1227923005: Split webrtc/video into webrtc/{audio,call,video}. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.cc ('k') | webrtc/video/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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 import("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 10
(...skipping 17 matching lines...) Expand all
28 "../video_engine/vie_channel_group.h", 28 "../video_engine/vie_channel_group.h",
29 "../video_engine/vie_defines.h", 29 "../video_engine/vie_defines.h",
30 "../video_engine/vie_encoder.cc", 30 "../video_engine/vie_encoder.cc",
31 "../video_engine/vie_encoder.h", 31 "../video_engine/vie_encoder.h",
32 "../video_engine/vie_receiver.cc", 32 "../video_engine/vie_receiver.cc",
33 "../video_engine/vie_receiver.h", 33 "../video_engine/vie_receiver.h",
34 "../video_engine/vie_remb.cc", 34 "../video_engine/vie_remb.cc",
35 "../video_engine/vie_remb.h", 35 "../video_engine/vie_remb.h",
36 "../video_engine/vie_sync_module.cc", 36 "../video_engine/vie_sync_module.cc",
37 "../video_engine/vie_sync_module.h", 37 "../video_engine/vie_sync_module.h",
38 "audio_receive_stream.cc",
39 "audio_receive_stream.h",
40 "call.cc",
41 "encoded_frame_callback_adapter.cc", 38 "encoded_frame_callback_adapter.cc",
42 "encoded_frame_callback_adapter.h", 39 "encoded_frame_callback_adapter.h",
43 "receive_statistics_proxy.cc", 40 "receive_statistics_proxy.cc",
44 "receive_statistics_proxy.h", 41 "receive_statistics_proxy.h",
45 "send_statistics_proxy.cc", 42 "send_statistics_proxy.cc",
46 "send_statistics_proxy.h", 43 "send_statistics_proxy.h",
47 "transport_adapter.cc",
48 "transport_adapter.h",
49 "video_capture_input.cc", 44 "video_capture_input.cc",
50 "video_capture_input.h", 45 "video_capture_input.h",
51 "video_decoder.cc", 46 "video_decoder.cc",
52 "video_encoder.cc", 47 "video_encoder.cc",
53 "video_receive_stream.cc", 48 "video_receive_stream.cc",
54 "video_receive_stream.h", 49 "video_receive_stream.h",
55 "video_send_stream.cc", 50 "video_send_stream.cc",
56 "video_send_stream.h", 51 "video_send_stream.h",
57 ] 52 ]
58 53
(...skipping 15 matching lines...) Expand all
74 "../modules/rtp_rtcp", 69 "../modules/rtp_rtcp",
75 "../modules/utility", 70 "../modules/utility",
76 "../modules/video_capture:video_capture_module", 71 "../modules/video_capture:video_capture_module",
77 "../modules/video_coding", 72 "../modules/video_coding",
78 "../modules/video_processing", 73 "../modules/video_processing",
79 "../modules/video_render:video_render_module", 74 "../modules/video_render:video_render_module",
80 "../voice_engine", 75 "../voice_engine",
81 "../system_wrappers", 76 "../system_wrappers",
82 ] 77 ]
83 } 78 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.cc ('k') | webrtc/video/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698