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

Side by Side Diff: dbus/BUILD.gn

Issue 2337893002: dbus: Remove dbus::FileDescriptor (Closed)
Patch Set: Created 4 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 | « chromeos/network/firewall_hole_unittest.cc ('k') | dbus/file_descriptor.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 assert(use_dbus) 9 assert(use_dbus)
10 10
11 component("dbus") { 11 component("dbus") {
12 sources = [ 12 sources = [
13 "bus.cc", 13 "bus.cc",
14 "bus.h", 14 "bus.h",
15 "dbus_export.h", 15 "dbus_export.h",
16 "dbus_statistics.cc", 16 "dbus_statistics.cc",
17 "dbus_statistics.h", 17 "dbus_statistics.h",
18 "exported_object.cc", 18 "exported_object.cc",
19 "exported_object.h", 19 "exported_object.h",
20 "file_descriptor.cc",
21 "file_descriptor.h",
22 "message.cc", 20 "message.cc",
23 "message.h", 21 "message.h",
24 "object_manager.cc", 22 "object_manager.cc",
25 "object_manager.h", 23 "object_manager.h",
26 "object_path.cc", 24 "object_path.cc",
27 "object_path.h", 25 "object_path.h",
28 "object_proxy.cc", 26 "object_proxy.cc",
29 "object_proxy.h", 27 "object_proxy.h",
30 "property.cc", 28 "property.cc",
31 "property.h", 29 "property.h",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 123
126 deps = [ 124 deps = [
127 ":dbus", 125 ":dbus",
128 "//base", 126 "//base",
129 "//base/test:test_support", 127 "//base/test:test_support",
130 "//build/config/sanitizers:deps", 128 "//build/config/sanitizers:deps",
131 ] 129 ]
132 130
133 configs += [ "//build/config/linux/dbus" ] 131 configs += [ "//build/config/linux/dbus" ]
134 } 132 }
OLDNEW
« no previous file with comments | « chromeos/network/firewall_hole_unittest.cc ('k') | dbus/file_descriptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698