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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 288043004: Bootstrapping device lister plus tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wifi_lib1
Patch Set: Created 6 years, 7 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
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | 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 5ce95a8c11b82cc7b88e27529f05bbc7be50ebdd..f5aeaf521cb3fd67c55f4d33217019462279fa87 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -437,6 +437,12 @@
'renderer/media/mock_webrtc_logging_message_filter.h',
],
}],
+ ['enable_wifi_bootstrapping', {
+ "sources" : [
+ 'browser/local_discovery/wifi/mock_wifi_manager.cc',
+ 'browser/local_discovery/wifi/mock_wifi_manager.h',
+ ]
+ }]
],
},
{
@@ -2689,6 +2695,11 @@
'browser/plugins/plugin_installer_unittest.cc',
],
}],
+ ['enable_wifi_bootstrapping', {
+ 'sources' : [
+ 'browser/local_discovery/wifi/bootstrapping_device_lister_unittest.cc',
+ ]
+ }],
],
},
{
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698