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

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: Address some codereview 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 f5a80d6c77c47a303bd183b7a455a07fd7ca92dd..e81c438da62e7bb5537f8484dfe8675cc0c7edf3 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2416,6 +2416,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