Chromium Code Reviews

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

Issue 1391703003: Create network change notifier. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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/config/crypto.gni") 9 import("//build/config/crypto.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 219 matching lines...)
230 "messagedigest.cc", 230 "messagedigest.cc",
231 "messagedigest.h", 231 "messagedigest.h",
232 "messagehandler.cc", 232 "messagehandler.cc",
233 "messagehandler.h", 233 "messagehandler.h",
234 "messagequeue.cc", 234 "messagequeue.cc",
235 "messagequeue.h", 235 "messagequeue.h",
236 "nethelpers.cc", 236 "nethelpers.cc",
237 "nethelpers.h", 237 "nethelpers.h",
238 "network.cc", 238 "network.cc",
239 "network.h", 239 "network.h",
240 "networkmonitor.cc",
241 "networkmonitor.h",
240 "nullsocketserver.h", 242 "nullsocketserver.h",
241 "pathutils.cc", 243 "pathutils.cc",
242 "pathutils.h", 244 "pathutils.h",
243 "physicalsocketserver.cc", 245 "physicalsocketserver.cc",
244 "physicalsocketserver.h", 246 "physicalsocketserver.h",
245 "proxydetect.cc", 247 "proxydetect.cc",
246 "proxydetect.h", 248 "proxydetect.h",
247 "proxyinfo.cc", 249 "proxyinfo.cc",
248 "proxyinfo.h", 250 "proxyinfo.h",
249 "ratelimiter.cc", 251 "ratelimiter.cc",
(...skipping 335 matching lines...)
585 "linux.cc", 587 "linux.cc",
586 "linux.h", 588 "linux.h",
587 ] 589 ]
588 } 590 }
589 591
590 if (is_nacl) { 592 if (is_nacl) {
591 deps += [ "//native_client_sdk/src/libraries/nacl_io" ] 593 deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
592 defines += [ "timezone=_timezone" ] 594 defines += [ "timezone=_timezone" ]
593 } 595 }
594 } 596 }
OLDNEW

Powered by Google App Engine