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

Unified Diff: chrome/chrome_tests.gypi

Issue 7725001: Rework wifi_data_provider_linux.cc with our D-Bus library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix the unit test Created 9 years, 4 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 04b757c3fabb9845f2be3eb8c6a5f838d7e1eda6..a53ce24f77758df6cceedf940db2fa47f9c5603b 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2010,6 +2010,7 @@
'../content/browser/geolocation/location_arbitrator_unittest.cc',
'../content/browser/geolocation/network_location_provider_unittest.cc',
'../content/browser/geolocation/wifi_data_provider_common_unittest.cc',
+ '../content/browser/geolocation/wifi_data_provider_linux_unittest.cc',
'../content/browser/geolocation/wifi_data_provider_unittest_win.cc',
'../content/browser/geolocation/win7_location_api_unittest_win.cc',
'../content/browser/geolocation/win7_location_provider_unittest_win.cc',
@@ -2097,6 +2098,7 @@
['chromeos==1', {
'sources/': [
['exclude', '^browser/password_manager/native_backend_gnome_x_unittest.cc'],
+ ['exclude', '^../content/browser/geolocation/wifi_data_provider_linux_unittest.cc'],
# TODO(thestig) Enable PrintPreviewUI tests on CrOS when
# print preview is enabled on CrOS.
['exclude', '^browser/ui/webui/print_preview_ui_unittest.cc'],
@@ -2148,8 +2150,10 @@
}],
],
'dependencies': [
+ '../build/linux/system.gyp:dbus',
'../build/linux/system.gyp:gtk',
'../build/linux/system.gyp:ssl',
+ '../dbus/dbus.gyp:dbus_test_support',
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
],
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698