1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
11 # Our shared library hack only works with ninja; xcode cannot generate
12 # iOS build targets for dynamic libraries.
13 ['"<(GENERATOR)"=="ninja"', {
16 'target_name': 'crnet_consumer',
20 '../../../ios/crnet/crnet_pack.gyp:crnet_pack',
23 'crnet_consumer_app_delegate.h',
24 'crnet_consumer_app_delegate.mm',
25 'crnet_consumer_view_controller.h',
26 'crnet_consumer_view_controller.m',
29 'mac_bundle_resources': [
30 '../../../third_party/icu/source/data/in/icudtl.dat',
32 'crnet-consumer-Info.plist',
40 '<(PRODUCT_DIR)/libcrnet_standalone.a',
41 '$(SDKROOT)/System/Library/Frameworks/CFNetwork.framework',
42 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
43 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
44 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
45 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework',
46 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
47 '$(SDKROOT)/System/Library/Frameworks/Security.framework',
48 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
59 'CLANG_ENABLE_OBJC_ARC': 'YES',
60 'DEAD_CODE_STRIPPING': 'YES',
61 'INFOPLIST_FILE': 'crnet-consumer-Info.plist',