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

Unified Diff: dbus/dbus.gyp

Issue 10502011: Explicitly CHECK arguments in dbus::MessageWriter::AppendString/ObjectPath (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix Created 8 years, 6 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/message.cc » ('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 e7a2636110e37d52e35f4ca2145d752b348d19d1..c2244cdd944bdfdaf012117ae5220124046d05fa 100644
--- a/dbus/dbus.gyp
+++ b/dbus/dbus.gyp
@@ -34,6 +34,8 @@
'property.cc',
'property.h',
'scoped_dbus_error.h',
+ 'string_util.cc',
+ 'string_util.h',
'values_util.cc',
'values_util.h',
],
@@ -90,6 +92,7 @@
'message_unittest.cc',
'mock_unittest.cc',
'property_unittest.cc',
+ 'string_util_unittest.cc',
'test_service.cc',
'test_service.h',
'values_util_unittest.cc',
« no previous file with comments | « no previous file | dbus/message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698