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

Unified Diff: net/net.gyp

Issue 7413004: Uploading for backup... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: backup 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 | « net/dbus/dbus_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 12cfe91abbef71112bd20bcd72c8114442d9c4cd..4d75bd5c504761b7fcb8f81891065038666031ee 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -238,6 +238,8 @@
'base/x509_cert_types_mac.cc',
'base/x509_util_openssl.cc',
'base/x509_util_openssl.h',
+ 'dbus/dbus.cc',
+ 'dbus/dbus.h',
'disk_cache/addr.cc',
'disk_cache/addr.h',
'disk_cache/backend_impl.cc',
@@ -855,6 +857,17 @@
],
},
],
+ [ 'OS == "linux"', {
+ 'dependencies': [
+ '../build/linux/system.gyp:dbus',
+ ],
+ }, {
+ 'sources!': [
+ 'dbus/dbus.cc',
+ 'dbus/dbus.h',
+ ],
+ },
+ ],
],
},
{
@@ -923,6 +936,7 @@
'base/upload_data_stream_unittest.cc',
'base/x509_certificate_unittest.cc',
'base/x509_cert_types_mac_unittest.cc',
+ 'dbus/dbus_unittest.cc',
'disk_cache/addr_unittest.cc',
'disk_cache/backend_unittest.cc',
'disk_cache/bitmap_unittest.cc',
@@ -1095,6 +1109,16 @@
],
},
],
+ [ 'OS == "linux"', {
+ 'dependencies': [
+ '../build/linux/system.gyp:dbus',
+ ],
+ }, {
+ 'sources!': [
+ 'dbus/dbus_unittest.cc',
+ ],
+ },
+ ],
],
},
{
« no previous file with comments | « net/dbus/dbus_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698