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

Unified Diff: dbus/dbus.gyp

Issue 11364033: dbus: Make it possible to build as shared_library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CHROME_DBUS_EXPORT Created 8 years, 1 month 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/bus.h ('k') | dbus/dbus_export.h » ('j') | dbus/dbus_export.h » ('J')
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 25317de024380bed07cb1dbe84a23a2a128a38e9..be5f68646e722ea93022ecfe6c26144d79c2b684 100644
--- a/dbus/dbus.gyp
+++ b/dbus/dbus.gyp
@@ -9,7 +9,7 @@
'targets': [
{
'target_name': 'dbus',
- 'type': 'static_library',
+ 'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
'../build/linux/system.gyp:dbus',
@@ -18,9 +18,13 @@
'export_dependent_settings': [
'../base/base.gyp:base',
],
+ 'defines': [
+ 'DBUS_IMPLEMENTATION',
+ ],
'sources': [
'bus.cc',
'bus.h',
+ 'dbus_export.h',
'exported_object.cc',
'exported_object.h',
'file_descriptor.cc',
« no previous file with comments | « dbus/bus.h ('k') | dbus/dbus_export.h » ('j') | dbus/dbus_export.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698