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

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: Fix NetworkingPrivateProcessClient lifetime tracking. 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.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 95642f742851571d213666f10f1e68ec517a4f4b..ab9c42f65eedac85b2c4788c425b4be18e599d31 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -244,6 +244,7 @@
'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
'../base/base.gyp:base',
+ '../components/components.gyp:onc_component',
'../content/content.gyp:content_utility',
'../media/media.gyp:media',
'../skia/skia.gyp:skia',
@@ -286,11 +287,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