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

Side by Side Diff: dbus/dbus.gyp

Issue 510863002: dbus::ObjectManager: Add a match rule for properties before GetManagedObjects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased; updated BUILD.gn; fixed crash from latest RunLoop changes Created 6 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 | « dbus/bus.cc ('k') | dbus/exported_object.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 26 matching lines...) Expand all
37 'object_manager.h', 37 'object_manager.h',
38 'object_path.cc', 38 'object_path.cc',
39 'object_path.h', 39 'object_path.h',
40 'object_proxy.cc', 40 'object_proxy.cc',
41 'object_proxy.h', 41 'object_proxy.h',
42 'property.cc', 42 'property.cc',
43 'property.h', 43 'property.h',
44 'scoped_dbus_error.h', 44 'scoped_dbus_error.h',
45 'string_util.cc', 45 'string_util.cc',
46 'string_util.h', 46 'string_util.h',
47 'util.cc',
48 'util.h',
47 'values_util.cc', 49 'values_util.cc',
48 'values_util.h', 50 'values_util.h',
49 ], 51 ],
50 }, 52 },
51 { 53 {
52 # Protobuf compiler / generator test protocol buffer 54 # Protobuf compiler / generator test protocol buffer
53 'target_name': 'dbus_test_proto', 55 'target_name': 'dbus_test_proto',
54 'type': 'static_library', 56 'type': 'static_library',
55 'sources': [ 'test_proto.proto' ], 57 'sources': [ 'test_proto.proto' ],
56 'variables': { 58 'variables': {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'test_server.cc', 130 'test_server.cc',
129 'test_service.cc', 131 'test_service.cc',
130 'test_service.h', 132 'test_service.h',
131 ], 133 ],
132 'include_dirs': [ 134 'include_dirs': [
133 '..', 135 '..',
134 ], 136 ],
135 }, 137 },
136 ], 138 ],
137 } 139 }
OLDNEW
« no previous file with comments | « dbus/bus.cc ('k') | dbus/exported_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698