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

Side by Side Diff: dbus/dbus.gyp

Issue 9702094: Add dbus::PopDataAsValue (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix typo Created 8 years, 9 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 | « no previous file | dbus/values_util.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 14 matching lines...) Expand all
25 'exported_object.h', 25 'exported_object.h',
26 'message.cc', 26 'message.cc',
27 'message.h', 27 'message.h',
28 'object_path.cc', 28 'object_path.cc',
29 'object_path.h', 29 'object_path.h',
30 'object_proxy.cc', 30 'object_proxy.cc',
31 'object_proxy.h', 31 'object_proxy.h',
32 'property.cc', 32 'property.cc',
33 'property.h', 33 'property.h',
34 'scoped_dbus_error.h', 34 'scoped_dbus_error.h',
35 'values_util.cc',
36 'values_util.h',
35 ], 37 ],
36 }, 38 },
37 { 39 {
38 # Protobuf compiler / generator test protocol buffer 40 # Protobuf compiler / generator test protocol buffer
39 'target_name': 'dbus_test_proto', 41 'target_name': 'dbus_test_proto',
40 'type': 'static_library', 42 'type': 'static_library',
41 'sources': [ 'test_proto.proto' ], 43 'sources': [ 'test_proto.proto' ],
42 'variables': { 44 'variables': {
43 'proto_out_dir': 'dbus', 45 'proto_out_dir': 'dbus',
44 }, 46 },
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'sources': [ 83 'sources': [
82 '../base/test/run_all_unittests.cc', 84 '../base/test/run_all_unittests.cc',
83 'bus_unittest.cc', 85 'bus_unittest.cc',
84 'end_to_end_async_unittest.cc', 86 'end_to_end_async_unittest.cc',
85 'end_to_end_sync_unittest.cc', 87 'end_to_end_sync_unittest.cc',
86 'message_unittest.cc', 88 'message_unittest.cc',
87 'mock_unittest.cc', 89 'mock_unittest.cc',
88 'property_unittest.cc', 90 'property_unittest.cc',
89 'test_service.cc', 91 'test_service.cc',
90 'test_service.h', 92 'test_service.h',
93 'values_util_unittest.cc',
91 ], 94 ],
92 'include_dirs': [ 95 'include_dirs': [
93 '..', 96 '..',
94 ], 97 ],
95 }, 98 },
96 ], 99 ],
97 } 100 }
OLDNEW
« no previous file with comments | « no previous file | dbus/values_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698