Upstream the third-party gcdwebserver dependency for iOS
This is used in iOS tests to serve test content without relying on network-layer interception.
BUG=None
Review URL: https://codereview.chromium.org/927463003
Cr-Commit-Position: refs/heads/master@{#319108}
diff --git a/DEPS b/DEPS
index c0ad48a9..c7ccace 100644
--- a/DEPS
+++ b/DEPS
@@ -344,6 +344,9 @@
Var('chromium_git') + '/external/omaha.git' + '@' + '098c7a3d157218dab4eed595e8f2fbe5a20a0bae',
},
'ios': {
+ 'src/ios/third_party/gcdwebserver/src':
+ Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@' + '18889793b75d7ee593d62ac88997caad850acdb6',
+
'src/third_party/google_toolbox_for_mac/src':
Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var('google_toolbox_for_mac_revision'),