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

Unified Diff: dbus/dbus.gyp

Issue 9702094: Add dbus::PopDataAsValue (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix typo Created 8 years, 9 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/values_util.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 296ac5387cd4a36944b2e9934bd9c2d5820cadb7..0e305037a534827eb2b88cacf4a828ceef81c1ca 100644
--- a/dbus/dbus.gyp
+++ b/dbus/dbus.gyp
@@ -32,6 +32,8 @@
'property.cc',
'property.h',
'scoped_dbus_error.h',
+ 'values_util.cc',
+ 'values_util.h',
],
},
{
@@ -88,6 +90,7 @@
'property_unittest.cc',
'test_service.cc',
'test_service.h',
+ 'values_util_unittest.cc',
],
'include_dirs': [
'..',
« no previous file with comments | « no previous file | dbus/values_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698