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

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: Use scoped_ptr to pass Verify* args to WorkerPool. 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..28e001c14c4cdd6ac4dc0e16e83aff328df9b84a 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',
@@ -314,6 +315,15 @@
'utility/media_galleries/pmp_column_reader.h',
],
}],
+ ['OS=="win"', {
+ 'sources': [
+ 'utility/networking_private_handler.cc',
+ 'utility/networking_private_handler.h',
+ 'utility/wifi/wifi_service.h',
+ 'utility/wifi/wifi_service.cc',
+ 'utility/wifi/wifi_service_mock.cc',
+ ],
+ }],
['use_openssl==1', {
'sources!': [
'utility/importer/nss_decryptor.cc',

Powered by Google App Engine
This is Rietveld 408576698