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

Side by Side Diff: dbus/dbus.gyp

Issue 592793004: Move inline som functions ScopedDBusError into a .cc file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a link-time issue of methods not being exported Created 6 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
« no previous file with comments | « dbus/BUILD.gn ('k') | dbus/scoped_dbus_error.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 23 matching lines...) Expand all
34 'message.cc', 34 'message.cc',
35 'message.h', 35 'message.h',
36 'object_manager.cc', 36 'object_manager.cc',
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.cc',
44 'scoped_dbus_error.h', 45 'scoped_dbus_error.h',
45 'string_util.cc', 46 'string_util.cc',
46 'string_util.h', 47 'string_util.h',
47 'util.cc', 48 'util.cc',
48 'util.h', 49 'util.h',
49 'values_util.cc', 50 'values_util.cc',
50 'values_util.h', 51 'values_util.h',
51 ], 52 ],
52 }, 53 },
53 { 54 {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'test_server.cc', 132 'test_server.cc',
132 'test_service.cc', 133 'test_service.cc',
133 'test_service.h', 134 'test_service.h',
134 ], 135 ],
135 'include_dirs': [ 136 'include_dirs': [
136 '..', 137 '..',
137 ], 138 ],
138 }, 139 },
139 ], 140 ],
140 } 141 }
OLDNEW
« no previous file with comments | « dbus/BUILD.gn ('k') | dbus/scoped_dbus_error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698