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

Unified Diff: dbus/BUILD.gn

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 | « no previous file | dbus/dbus.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/BUILD.gn
diff --git a/dbus/BUILD.gn b/dbus/BUILD.gn
index 78ee9a145bded53780526e7311c890e405505a1d..86a48523d23e7f3ea65aebcc27514d509c9b36a5 100644
--- a/dbus/BUILD.gn
+++ b/dbus/BUILD.gn
@@ -25,6 +25,7 @@ component("dbus") {
"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 | « no previous file | dbus/dbus.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698