| 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',
|
| + ],
|
| + },
|
| + ],
|
| +}
|
|
|