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

Side by Side Diff: dbus/dbus.gyp

Issue 25488002: dbus: Add ObjectProxy::WaitForServiceToBeAvailable() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also test already-available case Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | dbus/object_proxy.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) 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'dbus_test_support', 96 'dbus_test_support',
97 ], 97 ],
98 'sources': [ 98 'sources': [
99 'bus_unittest.cc', 99 'bus_unittest.cc',
100 'dbus_statistics_unittest.cc', 100 'dbus_statistics_unittest.cc',
101 'end_to_end_async_unittest.cc', 101 'end_to_end_async_unittest.cc',
102 'end_to_end_sync_unittest.cc', 102 'end_to_end_sync_unittest.cc',
103 'message_unittest.cc', 103 'message_unittest.cc',
104 'mock_unittest.cc', 104 'mock_unittest.cc',
105 'object_manager_unittest.cc', 105 'object_manager_unittest.cc',
106 'object_proxy_unittest.cc',
106 'property_unittest.cc', 107 'property_unittest.cc',
107 'signal_sender_verification_unittest.cc', 108 'signal_sender_verification_unittest.cc',
108 'string_util_unittest.cc', 109 'string_util_unittest.cc',
109 'test_service.cc', 110 'test_service.cc',
110 'test_service.h', 111 'test_service.h',
111 'values_util_unittest.cc', 112 'values_util_unittest.cc',
112 ], 113 ],
113 'include_dirs': [ 114 'include_dirs': [
114 '..', 115 '..',
115 ], 116 ],
(...skipping 11 matching lines...) Expand all
127 'test_server.cc', 128 'test_server.cc',
128 'test_service.cc', 129 'test_service.cc',
129 'test_service.h', 130 'test_service.h',
130 ], 131 ],
131 'include_dirs': [ 132 'include_dirs': [
132 '..', 133 '..',
133 ], 134 ],
134 }, 135 },
135 ], 136 ],
136 } 137 }
OLDNEW
« no previous file with comments | « no previous file | dbus/object_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698