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

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: Address 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.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 546f220b613f04c306e86538c837b0170a81d0c1..2581c1d756ad180330a1926d39b3e60a41a88ae7 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',
@@ -322,6 +323,15 @@
'utility/media_galleries/iphoto_library_parser.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