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

Unified Diff: ios/net/ios_net_unittests.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 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
« no previous file with comments | « ios/net/ios_net.gyp ('k') | ios/provider/ios_provider_chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/ios_net_unittests.gyp
diff --git a/ios/net/ios_net_unittests.gyp b/ios/net/ios_net_unittests.gyp
deleted file mode 100644
index 7d4ab0471bb02b2085a064a0dc7cd8ae7e3f598b..0000000000000000000000000000000000000000
--- a/ios/net/ios_net_unittests.gyp
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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': [
- {
- # GN version: //ios/net:ios_net_unittests
- '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/cookie_store_ios_unittest.mm',
- 'cookies/system_cookie_util_unittest.mm',
- 'http_response_headers_util_unittest.mm',
- 'nsurlrequest_util_unittest.mm',
- 'protocol_handler_util_unittest.mm',
- 'url_scheme_util_unittest.mm',
- ],
- },
- ],
-}
« no previous file with comments | « ios/net/ios_net.gyp ('k') | ios/provider/ios_provider_chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698