| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |