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

Unified Diff: ios/crnet/crnet_consumer/crnet_consumer.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.gyp ('k') | ios/crnet/crnet_pack.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/crnet_consumer/crnet_consumer.gyp
diff --git a/ios/crnet/crnet_consumer/crnet_consumer.gyp b/ios/crnet/crnet_consumer/crnet_consumer.gyp
deleted file mode 100644
index b89dfcc5bdd8fce0db25d4f4549eee07ba2f6e64..0000000000000000000000000000000000000000
--- a/ios/crnet/crnet_consumer/crnet_consumer.gyp
+++ /dev/null
@@ -1,67 +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': [],
- 'conditions': [
- # Our shared library hack only works with ninja; xcode cannot generate
- # iOS build targets for dynamic libraries.
- ['"<(GENERATOR)"=="ninja"', {
- 'targets': [
- {
- 'target_name': 'crnet_consumer',
- 'type': 'executable',
- 'mac_bundle': 1,
- 'dependencies': [
- '../../../ios/crnet/crnet_pack.gyp:crnet_pack',
- ],
- 'sources': [
- 'crnet_consumer_app_delegate.h',
- 'crnet_consumer_app_delegate.mm',
- 'crnet_consumer_view_controller.h',
- 'crnet_consumer_view_controller.m',
- 'main.mm',
- ],
- 'mac_bundle_resources': [
- '../../../third_party/icu/common/icudtl.dat',
- 'Default.png',
- 'crnet-consumer-Info.plist',
- ],
- 'include_dirs': [
- '../../..',
- '..',
- ],
- 'link_settings': {
- 'libraries': [
- '<(PRODUCT_DIR)/libcrnet_standalone.a',
- '$(SDKROOT)/System/Library/Frameworks/CFNetwork.framework',
- '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
- '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
- '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
- '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework',
- '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
- '$(SDKROOT)/System/Library/Frameworks/Security.framework',
- '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
- ],
- 'xcode_settings': {
- 'OTHER_LDFLAGS': [
- '-lresolv',
- '-lsqlite3',
- '-lxml2',
- ],
- },
- },
- 'xcode_settings': {
- 'CLANG_ENABLE_OBJC_ARC': 'YES',
- 'DEAD_CODE_STRIPPING': 'YES',
- 'INFOPLIST_FILE': 'crnet-consumer-Info.plist',
- },
- },
- ],
- }],
- ],
-}
« no previous file with comments | « ios/crnet/crnet.gyp ('k') | ios/crnet/crnet_pack.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698