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

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

Issue 2426563003: Moved transport.h from webrtc/ to webrtc/api, created build target and updated dependencies. (Closed)
Patch Set: Created issue webrtc:6785 as reminder and linked to it in comments. Created 4 years 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/media/engine/webrtcvideoengine2.h ('k') | webrtc/modules/rtp_rtcp/BUILD.gn » ('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) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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 import("audio_coding/audio_coding.gni") 10 import("audio_coding/audio_coding.gni")
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 if (is_win) { 634 if (is_win) {
635 cflags = [ 635 cflags = [
636 # TODO(kjellander): bugs.webrtc.org/261: Fix this warning. 636 # TODO(kjellander): bugs.webrtc.org/261: Fix this warning.
637 "/wd4373", # virtual function override. 637 "/wd4373", # virtual function override.
638 ] 638 ]
639 } 639 }
640 640
641 deps += [ 641 deps += [
642 ":audio_network_adaptor_unittests", 642 ":audio_network_adaptor_unittests",
643 "..:webrtc_common", 643 "..:webrtc_common",
644 "../api:transport_api",
644 "../base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806. 645 "../base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
645 "../common_audio", 646 "../common_audio",
646 "../common_video", 647 "../common_video",
647 "../system_wrappers", 648 "../system_wrappers",
648 "../test:rtp_test_utils", 649 "../test:rtp_test_utils",
649 "../test:test_common", 650 "../test:test_common",
650 "../test:test_support", 651 "../test:test_support",
651 "../test:test_support_main", 652 "../test:test_support_main",
652 "../test:video_test_common", 653 "../test:video_test_common",
653 "audio_coding", 654 "audio_coding",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 "../test:test_common", 751 "../test:test_common",
751 "../test:test_support_main", 752 "../test:test_support_main",
752 "remote_bitrate_estimator:bwe_simulator_lib", 753 "remote_bitrate_estimator:bwe_simulator_lib",
753 "video_capture", 754 "video_capture",
754 "//testing/gmock", 755 "//testing/gmock",
755 "//testing/gtest", 756 "//testing/gtest",
756 "//third_party/gflags", 757 "//third_party/gflags",
757 ] 758 ]
758 } 759 }
759 } 760 }
OLDNEW
« no previous file with comments | « webrtc/media/engine/webrtcvideoengine2.h ('k') | webrtc/modules/rtp_rtcp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698