Implement Networking Private API CreateNetwork function on Windows. Allows connection to hidden WiFi networks.
Defaults to TKIP encryption for WAPPSK and AES encryption for WAP2PSK. Exact encryption to use will have to be determined during Connect.

[email protected] for +third_party/libxml to DEPS.

BUG=267667

Review URL: https://codereview.chromium.org/105153002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240703 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/components/wifi.gypi b/components/wifi.gypi
index 9685e11..4cfb12a 100644
--- a/components/wifi.gypi
+++ b/components/wifi.gypi
@@ -9,7 +9,8 @@
       'type': '<(component)',
       'dependencies': [
         '../base/base.gyp:base',
-        '../components/components.gyp:onc_component', 
+        '../components/components.gyp:onc_component',
+        '../third_party/libxml/libxml.gyp:libxml',
       ],
       'include_dirs': [
         '..',