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

Unified Diff: ios/testing/earl_grey/earl_grey_support.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/provider/ios_provider_web.gyp ('k') | ios/testing/ios_testing.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/testing/earl_grey/earl_grey_support.gyp
diff --git a/ios/testing/earl_grey/earl_grey_support.gyp b/ios/testing/earl_grey/earl_grey_support.gyp
deleted file mode 100644
index 8be3c74d4e3825bf5eeecc759f7b0e8b8dfce35d..0000000000000000000000000000000000000000
--- a/ios/testing/earl_grey/earl_grey_support.gyp
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2014 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/testing/earl_grey:earl_grey_support
- 'target_name': 'earl_grey_support',
- 'type': 'static_library',
- 'dependencies': [
- '<(DEPTH)/ios/third_party/earl_grey/earl_grey.gyp:EarlGrey',
- ],
- 'sources': [
- 'disabled_test_macros.h',
- 'wait_util.h',
- 'wait_util.mm',
- ],
- 'include_dirs': [
- '../../..',
- ],
- },
- ],
-}
« no previous file with comments | « ios/provider/ios_provider_web.gyp ('k') | ios/testing/ios_testing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698