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

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

Issue 3011943002: Move optional.h to webrtc/api/ (Closed)
Patch Set: Created 3 years, 3 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/ortc/rtpparametersconversion.h ('k') | webrtc/p2p/base/jseptransport.h » ('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 10
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "client/basicportallocator.cc", 79 "client/basicportallocator.cc",
80 "client/basicportallocator.h", 80 "client/basicportallocator.h",
81 "client/socketmonitor.cc", 81 "client/socketmonitor.cc",
82 "client/socketmonitor.h", 82 "client/socketmonitor.h",
83 ] 83 ]
84 84
85 defines = [] 85 defines = []
86 86
87 deps = [ 87 deps = [
88 "../api:libjingle_peerconnection_api", 88 "../api:libjingle_peerconnection_api",
89 "../api:optional",
89 "../api:ortc_api", 90 "../api:ortc_api",
90 "../rtc_base:rtc_base", 91 "../rtc_base:rtc_base",
91 "../system_wrappers:field_trial_api", 92 "../system_wrappers:field_trial_api",
92 ] 93 ]
93 94
94 public_configs = [ ":rtc_p2p_inherited_config" ] 95 public_configs = [ ":rtc_p2p_inherited_config" ]
95 96
96 if (build_with_chromium) { 97 if (build_with_chromium) {
97 if (is_nacl) { 98 if (is_nacl) {
98 deps += [ "//native_client_sdk/src/libraries/nacl_io" ] 99 deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "//testing/gmock", 265 "//testing/gmock",
265 "//testing/gtest", 266 "//testing/gtest",
266 ] 267 ]
267 if (!build_with_chromium && is_clang) { 268 if (!build_with_chromium && is_clang) {
268 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 269 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
269 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 270 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
270 } 271 }
271 defines = [ "GTEST_RELATIVE_PATH" ] 272 defines = [ "GTEST_RELATIVE_PATH" ]
272 } 273 }
273 } 274 }
OLDNEW
« no previous file with comments | « webrtc/ortc/rtpparametersconversion.h ('k') | webrtc/p2p/base/jseptransport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698