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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 873103002: Removed unused native code related to wifi bootstrapping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sun 01/25/2015 21:44:58.31 Created 5 years, 11 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 | « chrome/chrome_browser.gypi ('k') | components/cloud_devices/common/cloud_devices_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 2846e49266ab1608499b488a071d1837b53eae8a..5abf9c456f3a04c7ff1492c11d5fe704169b481c 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -964,7 +964,6 @@
'browser/local_discovery/privet_http_unittest.cc',
'browser/local_discovery/privet_url_fetcher_unittest.cc',
'browser/local_discovery/privetv3_session_unittest.cc',
- 'browser/local_discovery/privetv3_setup_flow_unittest.cc',
'browser/local_discovery/service_discovery_client_mac_unittest.mm',
],
'chrome_unit_tests_configuration_policy_sources': [
@@ -1537,10 +1536,6 @@
'browser/ui/app_list/test/fake_profile_store.h',
'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
],
- 'chrome_unit_tests_wifi_bootstrapping_sources': [
- 'browser/local_discovery/wifi/bootstrapping_device_lister_unittest.cc',
- 'browser/local_discovery/wifi/bootstrapping_network_switcher_unittest.cc',
- ],
},
'targets': [
{
@@ -2599,9 +2594,6 @@
'browser/plugins/plugin_installer_unittest.cc',
],
}],
- ['enable_wifi_bootstrapping', {
- 'sources' : [ '<@(chrome_unit_tests_wifi_bootstrapping_sources)' ],
- }],
],
},
{
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/cloud_devices/common/cloud_devices_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698