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

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

Issue 2965593002: Move webrtc/{tools => rtc_tools} (Closed)
Patch Set: Adding back root changes Created 3 years, 5 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/DEPS ('k') | webrtc/examples/peerconnection/server/main.cc » ('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("../webrtc.gni") 9 import("../webrtc.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 "peerconnection/server/data_socket.h", 542 "peerconnection/server/data_socket.h",
543 "peerconnection/server/main.cc", 543 "peerconnection/server/main.cc",
544 "peerconnection/server/peer_channel.cc", 544 "peerconnection/server/peer_channel.cc",
545 "peerconnection/server/peer_channel.h", 545 "peerconnection/server/peer_channel.h",
546 "peerconnection/server/utils.cc", 546 "peerconnection/server/utils.cc",
547 "peerconnection/server/utils.h", 547 "peerconnection/server/utils.h",
548 ] 548 ]
549 deps = [ 549 deps = [
550 "//webrtc:webrtc_common", 550 "//webrtc:webrtc_common",
551 "//webrtc/base:rtc_base_approved", 551 "//webrtc/base:rtc_base_approved",
552 "//webrtc/tools:command_line_parser", 552 "//webrtc/rtc_tools:command_line_parser",
553 ] 553 ]
554 if (!build_with_chromium && is_clang) { 554 if (!build_with_chromium && is_clang) {
555 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 555 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
556 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 556 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
557 } 557 }
558 } 558 }
559 rtc_executable("relayserver") { 559 rtc_executable("relayserver") {
560 testonly = true 560 testonly = true
561 sources = [ 561 sources = [
562 "relayserver/relayserver_main.cc", 562 "relayserver/relayserver_main.cc",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 662
663 deps = [ 663 deps = [
664 "../base:rtc_base", 664 "../base:rtc_base",
665 "../base:rtc_base_approved", 665 "../base:rtc_base_approved",
666 "../p2p:libstunprober", 666 "../p2p:libstunprober",
667 "../p2p:rtc_p2p", 667 "../p2p:rtc_p2p",
668 "../system_wrappers:field_trial_default", 668 "../system_wrappers:field_trial_default",
669 ] 669 ]
670 } 670 }
671 } 671 }
OLDNEW
« no previous file with comments | « webrtc/DEPS ('k') | webrtc/examples/peerconnection/server/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698