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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 27722003: Windows-specific implementation of Networking Private API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address code review comments. Created 7 years, 2 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_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 7cfc060535ff6df91d38d856701334912902089a..a660f32eb30e62ff0053c3d60895fae8349f8ed8 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2414,6 +2414,11 @@
'utility/media_galleries/pmp_column_reader_unittest.cc',
],
}],
+ ['OS=="win" or OS=="mac"', {
+ 'sources': [
+ 'utility/wifi/wifi_service_test.cc',
+ ],
+ }],
['enable_rlz==0', {
'sources!': [
'browser/rlz/rlz_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698