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

Unified Diff: chrome/chrome.gyp

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.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 7179824e7b3d07e709d99f1d98f9127f9d16fdc8..b14be558ecebb1e9269c11c7e6046e6871f80f10 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -286,11 +286,17 @@
'utility/importer/safari_importer.mm',
'utility/media_galleries/itunes_pref_parser_win.cc',
'utility/media_galleries/itunes_pref_parser_win.h',
+ 'utility/networking_private_handler.cc',
+ 'utility/networking_private_handler.h',
'utility/profile_import_handler.cc',
'utility/profile_import_handler.h',
'utility/utility_message_handler.h',
'utility/web_resource_unpacker.cc',
'utility/web_resource_unpacker.h',
+ 'utility/wifi/wifi_service.h',
+ 'utility/wifi/wifi_service.cc',
+ 'utility/wifi/wifi_service_win.cc',
+ 'utility/wifi/wifi_service_mock.cc',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698