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

Unified Diff: dbus/dbus.gyp

Issue 7492029: Implement classes used for manipulating D-Bus messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix all.gyp Created 9 years, 5 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 | « build/all.gyp ('k') | dbus/message.h » ('j') | dbus/message_unittest.cc » ('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 f2f842b3ef14220e19a0008a6a5d65da55efe689..c1fd9fedea960f23ed78f1ae09dd851a90b4c978 100644
--- a/dbus/dbus.gyp
+++ b/dbus/dbus.gyp
@@ -15,6 +15,25 @@
'../build/linux/system.gyp:dbus',
],
'sources': [
+ 'message.cc',
+ 'message.h',
+ ],
+ },
+ {
+ 'target_name': 'dbus_unittests',
+ 'type': 'executable',
+ 'dependencies': [
+ 'dbus',
+ '../base/base.gyp:test_support_base',
+ '../testing/gtest.gyp:gtest',
+ '../build/linux/system.gyp:dbus',
+ ],
+ 'sources': [
+ '../base/test/run_all_unittests.cc',
+ 'message_unittest.cc',
+ ],
+ 'include_dirs': [
+ '..',
],
},
],
« no previous file with comments | « build/all.gyp ('k') | dbus/message.h » ('j') | dbus/message_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698