summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authormef@chromium.org <mef@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-22 12:44:41 +0000
committermef@chromium.org <mef@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-22 12:44:41 +0000
commit1b6888ad29c5bc31fa3faff3aaa27008af1e7c4a (patch)
tree686154ebd3f55ad1a39fdcabfa342942b8d6c5c2 /components/components.gyp
parent1385954a60937c198519acc45c04242adb4123e5 (diff)
downloadchromium_src-1b6888ad29c5bc31fa3faff3aaa27008af1e7c4a.zip
chromium_src-1b6888ad29c5bc31fa3faff3aaa27008af1e7c4a.tar.gz
chromium_src-1b6888ad29c5bc31fa3faff3aaa27008af1e7c4a.tar.bz2
Base infrastructure for Networking Private API on Windows and Mac.
Based on https://codereview.chromium.org/22295002/, but moves WiFiService to components/ and runs it in browser process instead of utility process. Windows implementation is in http://crrev.com/68503019. BUG=267667 Review URL: https://codereview.chromium.org/54323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index d9b31c4..053852b 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -31,5 +31,6 @@
'webdata.gypi',
'web_contents_delegate_android.gypi',
'web_modal.gypi',
+ 'wifi.gypi',
],
}