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

Unified Diff: net/net.gyp

Issue 7413004: Uploading for backup... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: today's work 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
« net/dbus/dbus.h ('K') | « 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 f9e62fac17d41097589e5a2a795be597c36127d8..4e83690467b3e80f5fbd8632b504ce7465ff3763 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -236,6 +236,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',
@@ -853,6 +855,17 @@
],
},
],
+ [ 'OS == "linux"', {
+ 'dependencies': [
+ '../build/linux/system.gyp:dbus',
+ ],
+ }, {
+ 'sources!': [
+ 'dbus/dbus.cc',
+ 'dbus/dbus.h',
+ ],
+ },
+ ],
],
},
{
@@ -920,6 +933,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',
@@ -1091,6 +1105,16 @@
],
},
],
+ [ 'OS == "linux"', {
+ 'dependencies': [
+ '../build/linux/system.gyp:dbus',
+ ],
+ }, {
+ 'sources!': [
+ 'dbus/dbus_unittest.cc',
+ ],
+ },
+ ],
],
},
{
« net/dbus/dbus.h ('K') | « net/dbus/dbus_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698