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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dbus/BUILD.gn ('k') | dbus/scoped_dbus_error.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/dbus.gyp
diff --git a/dbus/dbus.gyp b/dbus/dbus.gyp
index a69e8fd4060e6855407f53ea150692d21bc14f20..daac2e26a3ebbe8f7d2995827ff9d4471759dabb 100644
--- a/dbus/dbus.gyp
+++ b/dbus/dbus.gyp
@@ -41,6 +41,7 @@
'object_proxy.h',
'property.cc',
'property.h',
+ 'scoped_dbus_error.cc',
'scoped_dbus_error.h',
'string_util.cc',
'string_util.h',
« 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