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

Unified Diff: ios/net/ios_net.gyp

Issue 994823004: [iOS] Upstream //ios/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: ios/net/ios_net.gyp
diff --git a/ios/net/ios_net.gyp b/ios/net/ios_net.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..ed1a5824f7873fafde5beb634a4deec4c40b6297
--- /dev/null
+++ b/ios/net/ios_net.gyp
@@ -0,0 +1,56 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'targets': [
+ {
+ 'target_name': 'ios_net',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '../..',
+ ],
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../net/net.gyp:net',
+ ],
+ 'sources': [
+ 'clients/crn_forwarding_network_client.h',
+ 'clients/crn_forwarding_network_client.mm',
+ 'clients/crn_forwarding_network_client_factory.h',
+ 'clients/crn_forwarding_network_client_factory.mm',
+ 'clients/crn_network_client_protocol.h',
+ 'clients/crn_simple_network_client_factory.h',
+ 'clients/crn_simple_network_client_factory.mm',
+ 'cookies/cookie_cache.cc',
+ 'cookies/cookie_cache.h',
+ 'cookies/cookie_creation_time_manager.h',
+ 'cookies/cookie_creation_time_manager.mm',
+ 'cookies/cookie_store_ios_client.h',
+ 'cookies/cookie_store_ios_client.mm',
+ 'cookies/system_cookie_util.h',
+ 'cookies/system_cookie_util.mm',
+ 'crn_http_protocol_handler.h',
+ 'crn_http_protocol_handler.mm',
+ 'crn_http_protocol_handler_proxy.h',
+ 'crn_http_protocol_handler_proxy_with_client_thread.h',
+ 'crn_http_protocol_handler_proxy_with_client_thread.mm',
+ 'crn_http_url_response.h',
+ 'crn_http_url_response.mm',
+ 'http_protocol_logging.h',
+ 'http_protocol_logging.mm',
+ 'nsurlrequest_util.h',
+ 'nsurlrequest_util.mm',
+ 'protocol_handler_util.h',
+ 'protocol_handler_util.mm',
+ 'request_tracker.h',
+ 'request_tracker.mm',
+ 'url_scheme_util.h',
+ 'url_scheme_util.mm',
+ ],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698