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

Side by Side Diff: ios/crnet/crnet.gyp

Issue 1860003003: Remove the WebPNetworkClient* from iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fix No. 2 Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « ios/crnet/DEPS ('k') | ios/crnet/crnet_environment.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'crnet', 11 'target_name': 'crnet',
12 'type': 'static_library', 12 'type': 'static_library',
13 'dependencies': [ 13 'dependencies': [
14 '../../components/components.gyp:webp_transcode',
15 '../../components/prefs/prefs.gyp:prefs', 14 '../../components/prefs/prefs.gyp:prefs',
16 '../../ios/net/ios_net.gyp:ios_net', 15 '../../ios/net/ios_net.gyp:ios_net',
17 '../../ios/web/ios_web.gyp:user_agent', 16 '../../ios/web/ios_web.gyp:user_agent',
18 '../../net/net.gyp:net', 17 '../../net/net.gyp:net',
19 'crnet_resources', 18 'crnet_resources',
20 ], 19 ],
21 'mac_framework_headers': [ 20 'mac_framework_headers': [
22 'CrNet.h', 21 'CrNet.h',
23 ], 22 ],
24 'direct_dependent_settings': { 23 'direct_dependent_settings': {
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'all_dependent_settings': { 110 'all_dependent_settings': {
112 'link_settings': { 111 'link_settings': {
113 'mac_bundle_resources': [ 112 'mac_bundle_resources': [
114 '>(PRODUCT_DIR)/crnet_resources.bundle', 113 '>(PRODUCT_DIR)/crnet_resources.bundle',
115 ], 114 ],
116 }, 115 },
117 }, 116 },
118 }, 117 },
119 ], 118 ],
120 } 119 }
OLDNEW
« no previous file with comments | « ios/crnet/DEPS ('k') | ios/crnet/crnet_environment.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698