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

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

Issue 2520533002: Remove unused dbus.cc/.h and related things. (Closed)
Patch Set: Created 4 years, 1 month 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/BUILD.gn ('k') | webrtc/base/dbus.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) 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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "transformadapter.h", 560 "transformadapter.h",
561 "virtualsocketserver.cc", 561 "virtualsocketserver.cc",
562 "virtualsocketserver.h", 562 "virtualsocketserver.h",
563 "window.h", 563 "window.h",
564 "windowpicker.h", 564 "windowpicker.h",
565 "windowpickerfactory.h", 565 "windowpickerfactory.h",
566 ] 566 ]
567 567
568 if (is_linux) { 568 if (is_linux) {
569 sources += [ 569 sources += [
570 "dbus.cc",
571 "dbus.h",
572 "libdbusglibsymboltable.cc",
573 "libdbusglibsymboltable.h",
574 "linuxfdwalk.c", 570 "linuxfdwalk.c",
575 "linuxfdwalk.h", 571 "linuxfdwalk.h",
576 ] 572 ]
577 } 573 }
578 574
579 if (is_posix) { 575 if (is_posix) {
580 sources += [ 576 sources += [
581 "latebindingsymboltable.cc", 577 "latebindingsymboltable.cc",
582 "latebindingsymboltable.h", 578 "latebindingsymboltable.h",
583 ] 579 ]
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 "java/src/org/webrtc/Logging.java", 798 "java/src/org/webrtc/Logging.java",
803 "java/src/org/webrtc/Size.java", 799 "java/src/org/webrtc/Size.java",
804 "java/src/org/webrtc/ThreadUtils.java", 800 "java/src/org/webrtc/ThreadUtils.java",
805 ] 801 ]
806 802
807 deps = [ 803 deps = [
808 "//base:base_java", 804 "//base:base_java",
809 ] 805 ]
810 } 806 }
811 } 807 }
OLDNEW
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/dbus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698