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

Unified Diff: dbus/dbus.gyp

Issue 8414048: Make sure the dependency on base is exported to components that depend on debus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | 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 7aadb7e261b12bd97c033cc3817366afb70c574d..ce2fbd43ce97e0c608770da0f36a5a92c598faea 100644
--- a/dbus/dbus.gyp
+++ b/dbus/dbus.gyp
@@ -14,6 +14,9 @@
'../base/base.gyp:base',
'../build/linux/system.gyp:dbus',
],
+ 'export_dependent_settings': [
+ '../base/base.gyp:base',
+ ],
'sources': [
'bus.cc',
'bus.h',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698