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

Unified Diff: components/wifi.gypi

Issue 105153002: Implement Networking Private API CreateNetwork function on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added TODO to determine proper WAP encryption (AES vs TKIP) during Connect. Created 7 years 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
« no previous file with comments | « components/onc/onc_constants.cc ('k') | components/wifi/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi.gypi
diff --git a/components/wifi.gypi b/components/wifi.gypi
index 9685e1101b6c9a6ecc9bd8910f996cb9a9330b7e..4cfb12abb61811f255ff63b87dbbd368ce9312db 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': [
'..',
« no previous file with comments | « components/onc/onc_constants.cc ('k') | components/wifi/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698