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

Unified Diff: ios/net/ios_net_unittests.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_unittests.gyp
diff --git a/ios/net/ios_net_unittests.gyp b/ios/net/ios_net_unittests.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..42a19ec4d7945c62fb11581d0156f87ea76b0d16
--- /dev/null
+++ b/ios/net/ios_net_unittests.gyp
@@ -0,0 +1,34 @@
+# Copyright 2013 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_unittests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../base/base.gyp:run_all_unittests',
+ '../../net/net.gyp:net_test_support',
+ '../../testing/gtest.gyp:gtest',
+ '../../url/url.gyp:url_lib',
+ 'ios_net.gyp:ios_net',
+ ],
+ 'include_dirs': [
+ '../..',
+ ],
+ 'sources': [
+ 'clients/crn_forwarding_network_client_factory_unittest.mm',
+ 'cookies/cookie_cache_unittest.cc',
+ 'cookies/cookie_creation_time_manager_unittest.mm',
+ 'cookies/system_cookie_util_unittest.mm',
+ 'nsurlrequest_util_unittest.mm',
+ 'protocol_handler_util_unittest.mm',
+ 'url_scheme_util_unittest.mm',
+ ],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698