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

Unified Diff: ios/crnet/test/crnet_test.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/crnet/crnet_pack.gyp ('k') | ios/ios.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/test/crnet_test.gyp
diff --git a/ios/crnet/test/crnet_test.gyp b/ios/crnet/test/crnet_test.gyp
deleted file mode 100644
index f44883d9b8a7ec63cb588670a7da44344001e38c..0000000000000000000000000000000000000000
--- a/ios/crnet/test/crnet_test.gyp
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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': [],
- 'conditions': [
- # The CrNet build is ninja-only because of the hack in
- # ios/build/packaging/link_dependencies.py.
- ['OS=="ios" and "<(GENERATOR)"=="ninja"', {
- 'targets': [
- {
- 'target_name': 'crnet_test',
- 'type': 'executable',
- 'dependencies': [
- '../../../ios/crnet/crnet.gyp:crnet',
- '../../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver',
- '../../../testing/gtest.gyp:gtest',
- ],
- 'sources': [
- 'crnet_http_tests.mm',
- 'crnet_test_runner.mm',
- ],
- 'include_dirs': [
- '../../..',
- '..',
- ],
- 'link_settings': {
- },
- },
- ],
- }],
- ],
-}
« no previous file with comments | « ios/crnet/crnet_pack.gyp ('k') | ios/ios.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698