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

Side by Side Diff: dbus/dbus.gyp

Issue 9363045: Revert 121920 - dbus: add ObjectPath type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | « dbus/bus_unittest.cc ('k') | dbus/end_to_end_async_unittest.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 {
11 'target_name': 'dbus', 11 'target_name': 'dbus',
12 'type': 'static_library', 12 'type': 'static_library',
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:base', 14 '../base/base.gyp:base',
15 '../build/linux/system.gyp:dbus', 15 '../build/linux/system.gyp:dbus',
16 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 16 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
17 ], 17 ],
18 'export_dependent_settings': [ 18 'export_dependent_settings': [
19 '../base/base.gyp:base', 19 '../base/base.gyp:base',
20 ], 20 ],
21 'sources': [ 21 'sources': [
22 'bus.cc', 22 'bus.cc',
23 'bus.h', 23 'bus.h',
24 'exported_object.cc', 24 'exported_object.cc',
25 'exported_object.h', 25 'exported_object.h',
26 'message.cc', 26 'message.cc',
27 'message.h', 27 'message.h',
28 'object_path.cc',
29 'object_path.h',
30 'object_proxy.cc', 28 'object_proxy.cc',
31 'object_proxy.h', 29 'object_proxy.h',
32 'scoped_dbus_error.h', 30 'scoped_dbus_error.h',
33 ], 31 ],
34 }, 32 },
35 { 33 {
36 # Protobuf compiler / generator test protocol buffer 34 # Protobuf compiler / generator test protocol buffer
37 'target_name': 'dbus_test_proto', 35 'target_name': 'dbus_test_proto',
38 'type': 'static_library', 36 'type': 'static_library',
39 'sources': [ 'test_proto.proto' ], 37 'sources': [ 'test_proto.proto' ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'mock_unittest.cc', 83 'mock_unittest.cc',
86 'test_service.cc', 84 'test_service.cc',
87 'test_service.h', 85 'test_service.h',
88 ], 86 ],
89 'include_dirs': [ 87 'include_dirs': [
90 '..', 88 '..',
91 ], 89 ],
92 }, 90 },
93 ], 91 ],
94 } 92 }
OLDNEW
« no previous file with comments | « dbus/bus_unittest.cc ('k') | dbus/end_to_end_async_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698