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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 22295002: Base infrastructure for Networking Private API on Windows and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync up to r225168 Created 7 years, 3 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 77c720ce760ef784f5544804d2797f7142ff7ebd..61eeb2d433ac28edde53caadcc1f3b31abedac20 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2402,6 +2402,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