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

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
« no previous file with comments | « 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 6c943e1ffd071319eba30e914c84ff200e2910ed..0c511eabce798997f2a978d1024150dad57e1a0d 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -433,6 +433,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',
+ ]
+ }]
],
},
{
@@ -2714,6 +2720,11 @@
'browser/plugins/plugin_installer_unittest.cc',
],
}],
+ ['enable_wifi_bootstrapping', {
+ 'sources' : [
+ 'browser/local_discovery/wifi/bootstrapping_device_lister_unittest.cc',
+ ]
+ }],
],
},
{
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698