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

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 crypto_verify_mock for browser_test. 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 7c409973066627bb73338dd8a2b4c83210f27739..2f537735ddf6e769e380e687ce9f8caf6d6f018a 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -251,6 +251,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',
@@ -329,6 +330,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',
« no previous file with comments | « chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698